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)