From 81b9ec50b0d04813626868afd0d7523a3b186e23 Mon Sep 17 00:00:00 2001 From: ehofman Date: Thu, 25 Sep 2003 08:22:40 +0000 Subject: [PATCH] Fix a dependency problem --- simgear/Makefile.am | 2 +- simgear/props/Makefile.am | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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) -- 2.39.5