From b0a5b54949894bcb316065130b8587dfb3068be9 Mon Sep 17 00:00:00 2001 From: jmt Date: Fri, 26 Dec 2008 12:27:32 +0000 Subject: [PATCH] Fix test-program linkage now sgmath depends on sgstructure. --- simgear/route/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.5