From: curt Date: Mon, 2 Jul 2001 20:51:32 +0000 (+0000) Subject: Various tweaks for Irix. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b7a91bdb031819dd542ba595edf7e43ca2c7e0ec;p=simgear.git Various tweaks for Irix. --- diff --git a/simgear/io/Makefile.am b/simgear/io/Makefile.am index d7cb5fd6..70dbab83 100644 --- a/simgear/io/Makefile.am +++ b/simgear/io/Makefile.am @@ -29,6 +29,7 @@ socktest_LDADD = \ $(top_builddir)/simgear/io/libsgio.a \ $(top_builddir)/simgear/debug/libsgdebug.a \ $(top_builddir)/simgear/misc/libsgmisc.a \ + $(top_builddir)/simgear/xml/libsgxml.a \ -lz lowtest_SOURCES = lowtest.cxx @@ -43,4 +44,5 @@ decode_binobj_LDADD = \ $(top_builddir)/simgear/bucket/libsgbucket.a \ $(top_builddir)/simgear/misc/libsgmisc.a \ $(top_builddir)/simgear/debug/libsgdebug.a \ - -lz \ No newline at end of file + $(top_builddir)/simgear/xml/libsgxml.a \ + -lz diff --git a/simgear/route/Makefile.am b/simgear/route/Makefile.am index cfc1b0bf..b905f6ed 100644 --- a/simgear/route/Makefile.am +++ b/simgear/route/Makefile.am @@ -19,6 +19,7 @@ waytest_LDADD = \ $(top_builddir)/simgear/math/libsgmath.a \ $(top_builddir)/simgear/debug/libsgdebug.a \ $(top_builddir)/simgear/misc/libsgmisc.a \ + $(top_builddir)/simgear/xml/libsgxml.a \ -lz routetest_SOURCES = routetest.cxx @@ -26,4 +27,4 @@ routetest_SOURCES = routetest.cxx routetest_LDADD = \ $(top_builddir)/simgear/route/libsgroute.a \ $(top_builddir)/simgear/math/libsgmath.a \ - $(top_builddir)/simgear/debug/libsgdebug.a \ No newline at end of file + $(top_builddir)/simgear/debug/libsgdebug.a