From 4b0b49d1ed9ef2080b293b92696446fc4be2ae83 Mon Sep 17 00:00:00 2001 From: ehofman Date: Wed, 14 May 2003 20:36:20 +0000 Subject: [PATCH] Add some missing requirements --- configure.ac | 1 + simgear/scene/Makefile.am | 2 +- simgear/scene/tgdb/.cvsignore | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 simgear/scene/tgdb/.cvsignore diff --git a/configure.ac b/configure.ac index 90944d2c..2136625b 100644 --- a/configure.ac +++ b/configure.ac @@ -420,6 +420,7 @@ AC_CONFIG_FILES([ \ simgear/scene/Makefile \ simgear/scene/material/Makefile \ simgear/scene/model/Makefile \ + simgear/scene/tgdb/Makefile \ simgear/screen/Makefile \ simgear/serial/Makefile \ simgear/sky/Makefile \ diff --git a/simgear/scene/Makefile.am b/simgear/scene/Makefile.am index 7c25de98..21e3b295 100644 --- a/simgear/scene/Makefile.am +++ b/simgear/scene/Makefile.am @@ -1,6 +1,6 @@ includedir = @includedir@/scene -SUBDIRS = material model +SUBDIRS = material model tgdb # lib_LIBRARIES = libsgscene.a diff --git a/simgear/scene/tgdb/.cvsignore b/simgear/scene/tgdb/.cvsignore new file mode 100644 index 00000000..e9955884 --- /dev/null +++ b/simgear/scene/tgdb/.cvsignore @@ -0,0 +1,3 @@ +.deps +Makefile +Makefile.in -- 2.39.5