From 3b834876116eef4f0bda3b18d38911163cf5a0e5 Mon Sep 17 00:00:00 2001 From: ehofman Date: Sat, 23 Dec 2006 12:15:05 +0000 Subject: [PATCH] Wether you like it or not, MispPro needs these libraries referenced --- simgear/route/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/simgear/route/Makefile.am b/simgear/route/Makefile.am index ead62da8..7eb27878 100644 --- a/simgear/route/Makefile.am +++ b/simgear/route/Makefile.am @@ -19,6 +19,9 @@ waytest_LDADD = \ $(top_builddir)/simgear/math/libsgmath.a \ $(top_builddir)/simgear/debug/libsgdebug.a \ $(top_builddir)/simgear/misc/libsgmisc.a \ + $(top_builddir)/simgear/props/libsgprops.a \ + $(top_builddir)/simgear/structure/libsgstructure.a \ + $(top_builddir)/simgear/xml/libsgxml.a \ $(base_LIBS) \ -lz -- 2.39.5