From: jmt Date: Fri, 26 Dec 2008 12:27:32 +0000 (+0000) Subject: Fix test-program linkage now sgmath depends on sgstructure. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b0a5b54949894bcb316065130b8587dfb3068be9;p=simgear.git Fix test-program linkage now sgmath depends on sgstructure. --- diff --git a/simgear/route/Makefile.am b/simgear/route/Makefile.am index d3d1f100..80a9ea65 100644 --- a/simgear/route/Makefile.am +++ b/simgear/route/Makefile.am @@ -31,4 +31,5 @@ routetest_LDADD = \ libsgroute.a \ $(top_builddir)/simgear/math/libsgmath.a \ $(top_builddir)/simgear/debug/libsgdebug.a \ + $(top_builddir)/simgear/structure/libsgstructure.a \ $(base_LIBS)