]> git.mxchange.org Git - simgear.git/blobdiff - simgear/route/Makefile.am
Update the code a bit more, add a function to retreive the last error string and...
[simgear.git] / simgear / route / Makefile.am
index 8035f101437c4d7bde0caceb38d1dbdafdc9f0e4..ead62da8994e150ac1c246801b4aad1f0c97e5b3 100644 (file)
@@ -19,7 +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 \
+       $(base_LIBS) \
        -lz
 
 routetest_SOURCES = routetest.cxx
@@ -27,4 +27,5 @@ routetest_SOURCES = routetest.cxx
 routetest_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 \
+       $(base_LIBS)