]> 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 cfc1b0bff8143417538fc5b426f0b9a61ac37f81..ead62da8994e150ac1c246801b4aad1f0c97e5b3 100644 (file)
@@ -8,7 +8,7 @@ libsgroute_a_SOURCES = \
        route.cxx \
        waypoint.cxx
 
-INCLUDES += -I$(top_srcdir)
+INCLUDES = -I$(top_srcdir)
 
 noinst_PROGRAMS = waytest routetest
 
@@ -19,6 +19,7 @@ waytest_LDADD = \
        $(top_builddir)/simgear/math/libsgmath.a \
        $(top_builddir)/simgear/debug/libsgdebug.a \
        $(top_builddir)/simgear/misc/libsgmisc.a \
+       $(base_LIBS) \
        -lz
 
 routetest_SOURCES = routetest.cxx
@@ -26,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
\ No newline at end of file
+       $(top_builddir)/simgear/debug/libsgdebug.a \
+       $(base_LIBS)