X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Froute%2FMakefile.am;h=80a9ea65dc39fcafc6aed844f709a8092e530b8e;hb=2fb985afa4265e63d3d767c570d726f016c73466;hp=7eb27878e46dc8be3fc49deffbb1fc9bafeae32e;hpb=3b834876116eef4f0bda3b18d38911163cf5a0e5;p=simgear.git diff --git a/simgear/route/Makefile.am b/simgear/route/Makefile.am index 7eb27878..80a9ea65 100644 --- a/simgear/route/Makefile.am +++ b/simgear/route/Makefile.am @@ -15,7 +15,7 @@ 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 \ @@ -28,7 +28,8 @@ waytest_LDADD = \ 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/structure/libsgstructure.a \ $(base_LIBS)