X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Froute%2FMakefile.am;h=b35100708a2300487667ead1faac162d43581bf5;hb=c16b9ed25b9c8d7229153787aa1492e4ea37b61e;hp=540a31dfbc37d181e58c0d626754f7e05864bcdf;hpb=c481b064518d1b9b4225c8b6b25e45c6a2e229a6;p=simgear.git diff --git a/simgear/route/Makefile.am b/simgear/route/Makefile.am index 540a31df..b3510070 100644 --- a/simgear/route/Makefile.am +++ b/simgear/route/Makefile.am @@ -10,11 +10,18 @@ libsgroute_a_SOURCES = \ INCLUDES += -I$(top_srcdir) -noinst_PROGRAMS = waytest +noinst_PROGRAMS = waytest routetest waytest_SOURCES = waytest.cxx waytest_LDADD = \ + $(top_builddir)/simgear/route/libsgroute.a \ + $(top_builddir)/simgear/math/libsgmath.a \ + $(top_builddir)/simgear/debug/libsgdebug.a + +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