]> git.mxchange.org Git - simgear.git/commitdiff
Fix test-program linkage now sgmath depends on sgstructure.
authorjmt <jmt>
Fri, 26 Dec 2008 12:27:32 +0000 (12:27 +0000)
committerTim Moore <timoore@redhat.com>
Fri, 2 Jan 2009 22:52:46 +0000 (23:52 +0100)
simgear/route/Makefile.am

index d3d1f10002c22f6989b6feac86b324c48c2bccb9..80a9ea65dc39fcafc6aed844f709a8092e530b8e 100644 (file)
@@ -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)