Add some missing requirements

This commit is contained in:
ehofman
2003-05-14 20:36:20 +00:00
parent dd080de16c
commit 4b0b49d1ed
3 changed files with 5 additions and 1 deletions

View File

@@ -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 \

View File

@@ -1,6 +1,6 @@
includedir = @includedir@/scene
SUBDIRS = material model
SUBDIRS = material model tgdb
# lib_LIBRARIES = libsgscene.a

View File

@@ -0,0 +1,3 @@
.deps
Makefile
Makefile.in