]> git.mxchange.org Git - simgear.git/blobdiff - simgear/magvar/Makefile.am
Move SGReadFileCallback from model.cxx to public class ModelRegistry
[simgear.git] / simgear / magvar / Makefile.am
index e0c9c66491e8b5b86a5c421f72ec5ec064cce65f..03aa9789de2e195cbb5238814a79a89ae9ca37b8 100644 (file)
@@ -12,6 +12,8 @@ noinst_PROGRAMS = testmagvar
 
 testmagvar_SOURCES = testmagvar.cxx
 
-testmagvar_LDADD = $(top_builddir)/simgear/magvar/libsgmagvar.a
+testmagvar_LDADD = \
+       libsgmagvar.a \
+       $(base_LIBS)
 
 INCLUDES = -I$(top_srcdir)