]> git.mxchange.org Git - simgear.git/blobdiff - simgear/route/Makefile.am
Merge branch 'timoore/effects-anim-rebase' into next
[simgear.git] / simgear / route / Makefile.am
index b905f6edb51b55b94a245519723689dd2f53bb68..80a9ea65dc39fcafc6aed844f709a8092e530b8e 100644 (file)
@@ -8,23 +8,28 @@ libsgroute_a_SOURCES = \
        route.cxx \
        waypoint.cxx
 
-INCLUDES += -I$(top_srcdir)
+INCLUDES = -I$(top_srcdir)
 
 noinst_PROGRAMS = waytest routetest
 
 waytest_SOURCES = waytest.cxx
 
 waytest_LDADD = \
-       $(top_builddir)/simgear/route/libsgroute.a \
+       libsgroute.a \
        $(top_builddir)/simgear/math/libsgmath.a \
        $(top_builddir)/simgear/debug/libsgdebug.a \
        $(top_builddir)/simgear/misc/libsgmisc.a \
+       $(top_builddir)/simgear/props/libsgprops.a \
+       $(top_builddir)/simgear/structure/libsgstructure.a \
        $(top_builddir)/simgear/xml/libsgxml.a \
+       $(base_LIBS) \
        -lz
 
 routetest_SOURCES = routetest.cxx
 
 routetest_LDADD = \
-       $(top_builddir)/simgear/route/libsgroute.a \
+       libsgroute.a \
        $(top_builddir)/simgear/math/libsgmath.a \
-       $(top_builddir)/simgear/debug/libsgdebug.a
+       $(top_builddir)/simgear/debug/libsgdebug.a \
+       $(top_builddir)/simgear/structure/libsgstructure.a \
+       $(base_LIBS)