From: ehofman Date: Thu, 25 Sep 2003 08:22:40 +0000 (+0000) Subject: Fix a dependency problem X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=81b9ec50b0d04813626868afd0d7523a3b186e23;p=simgear.git Fix a dependency problem --- diff --git a/simgear/Makefile.am b/simgear/Makefile.am index 24681e0d..1fe47e5b 100644 --- a/simgear/Makefile.am +++ b/simgear/Makefile.am @@ -17,6 +17,7 @@ SUBDIRS = \ xml \ debug \ misc \ + structure \ bucket \ ephemeris \ io \ @@ -30,7 +31,6 @@ SUBDIRS = \ serial \ sound \ $(SGTHREAD_DIR) \ - structure \ timing \ xgl diff --git a/simgear/props/Makefile.am b/simgear/props/Makefile.am index f6928205..30265b67 100644 --- a/simgear/props/Makefile.am +++ b/simgear/props/Makefile.am @@ -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)