]> git.mxchange.org Git - simgear.git/commitdiff
Fix a dependency problem
authorehofman <ehofman>
Thu, 25 Sep 2003 08:22:40 +0000 (08:22 +0000)
committerehofman <ehofman>
Thu, 25 Sep 2003 08:22:40 +0000 (08:22 +0000)
simgear/Makefile.am
simgear/props/Makefile.am

index 24681e0dc071e08201b04cd6d7b2c5d68eb806a4..1fe47e5bac2b914791e4027dbecaae3d793e291c 100644 (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
 
index f6928205416b198fb4f510b5749d7e4aa0d89ed7..30265b67e0c56310d7e4b2c085ca26cec94048c5 100644 (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)