]> git.mxchange.org Git - simgear.git/commitdiff
We have to add a few more libs to a couple link lines in order to make
authorcurt <curt>
Tue, 15 May 2001 21:31:35 +0000 (21:31 +0000)
committercurt <curt>
Tue, 15 May 2001 21:31:35 +0000 (21:31 +0000)
irix happy because it tries to resolve dependencies even if they are
eventually never used.

simgear/Makefile.am
simgear/io/Makefile.am
simgear/route/Makefile.am

index 9bdce9d4d4860b837a68dbb5ac6d2a8574c354bf..6cddb53032e2ab27ae2294360380dabe6cca4520 100644 (file)
@@ -32,15 +32,15 @@ include_HEADERS = \
 
 SUBDIRS = \
        $(ZLIB_DIRS) \
-       bucket \
+       xml \
        debug \
+       misc \
+       bucket \
        ephemeris \
+       io \
        magvar \
        math \
        $(METAR_DIRS) \
-       xml \
-       misc \
-       io \
        route \
        screen \
        $(SERIAL_DIRS) \
index d566f9faa6e2df0d1ee3b09d8d844362170e056a..0f84bf1b25f43d0db8ce492064d34d4467cf41b5 100644 (file)
@@ -25,8 +25,11 @@ noinst_PROGRAMS = decode_binobj socktest lowtest
 socktest_SOURCES = socktest.cxx
 
 socktest_LDADD = \
-       $(top_builddir)/simgear/io/libsgio.a \
-       $(top_builddir)/simgear/debug/libsgdebug.a
+       $(top_builddir)/simgear/bucket/libsgbucket.a \
+        $(top_builddir)/simgear/io/libsgio.a \
+       $(top_builddir)/simgear/debug/libsgdebug.a \
+       $(top_builddir)/simgear/misc/libsgmisc.a \
+       -lz
 
 lowtest_SOURCES = lowtest.cxx
 
index b35100708a2300487667ead1faac162d43581bf5..cfc1b0bff8143417538fc5b426f0b9a61ac37f81 100644 (file)
@@ -17,7 +17,9 @@ waytest_SOURCES = waytest.cxx
 waytest_LDADD = \
        $(top_builddir)/simgear/route/libsgroute.a \
        $(top_builddir)/simgear/math/libsgmath.a \
-       $(top_builddir)/simgear/debug/libsgdebug.a
+       $(top_builddir)/simgear/debug/libsgdebug.a \
+       $(top_builddir)/simgear/misc/libsgmisc.a \
+       -lz
 
 routetest_SOURCES = routetest.cxx