Fix a dependency problem

This commit is contained in:
ehofman
2003-09-25 08:22:40 +00:00
parent e0ba803ca9
commit 81b9ec50b0
2 changed files with 3 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ SUBDIRS = \
xml \
debug \
misc \
structure \
bucket \
ephemeris \
io \
@@ -30,7 +31,6 @@ SUBDIRS = \
serial \
sound \
$(SGTHREAD_DIR) \
structure \
timing \
xgl

View File

@@ -19,6 +19,7 @@ props_test_LDADD = \
$(top_builddir)/simgear/props/libsgprops.a \
$(top_builddir)/simgear/xml/libsgxml.a \
$(top_builddir)/simgear/misc/libsgmisc.a \
$(top_builddir)/simgear/debug/libsgdebug.a
$(top_builddir)/simgear/debug/libsgdebug.a \
$(top_builddir)/simgear/structure/libsgstructure.a
INCLUDES = -I$(top_srcdir)