From ef486b2cc681238f707a74f034b80cb58ecef3ea Mon Sep 17 00:00:00 2001 From: ehofman Date: Thu, 14 Oct 2004 13:35:11 +0000 Subject: [PATCH] Remove the refference to fgsg --- configure.ac | 1 - simgear/scene/Makefile.am | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index d3035616..afe9ce08 100644 --- a/configure.ac +++ b/configure.ac @@ -433,7 +433,6 @@ AC_CONFIG_FILES([ \ simgear/props/Makefile \ simgear/route/Makefile \ simgear/scene/Makefile \ - simgear/scene/fgsg/Makefile \ simgear/scene/material/Makefile \ simgear/scene/model/Makefile \ simgear/scene/sky/Makefile \ diff --git a/simgear/scene/Makefile.am b/simgear/scene/Makefile.am index 119d78b9..c6aed399 100644 --- a/simgear/scene/Makefile.am +++ b/simgear/scene/Makefile.am @@ -1,6 +1,6 @@ includedir = @includedir@/scene -SUBDIRS = fgsg material model sky tgdb +SUBDIRS = material model sky tgdb # lib_LIBRARIES = libsgscene.a -- 2.39.5