X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Froute%2FMakefile.am;h=80a9ea65dc39fcafc6aed844f709a8092e530b8e;hb=fabcb021cb07051b014af9e9e807b813f4b0a91d;hp=540a31dfbc37d181e58c0d626754f7e05864bcdf;hpb=c481b064518d1b9b4225c8b6b25e45c6a2e229a6;p=simgear.git diff --git a/simgear/route/Makefile.am b/simgear/route/Makefile.am index 540a31df..80a9ea65 100644 --- a/simgear/route/Makefile.am +++ b/simgear/route/Makefile.am @@ -8,13 +8,28 @@ libsgroute_a_SOURCES = \ route.cxx \ waypoint.cxx -INCLUDES += -I$(top_srcdir) +INCLUDES = -I$(top_srcdir) -noinst_PROGRAMS = waytest +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 \ No newline at end of file + $(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 = \ + libsgroute.a \ + $(top_builddir)/simgear/math/libsgmath.a \ + $(top_builddir)/simgear/debug/libsgdebug.a \ + $(top_builddir)/simgear/structure/libsgstructure.a \ + $(base_LIBS)