X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmagvar%2FMakefile.am;h=03aa9789de2e195cbb5238814a79a89ae9ca37b8;hb=5d7d77d4b61824e5f67fbadcc34c335d2fee25ca;hp=0c28e79a2f3b37125a0434c9eae55597a5cbb239;hpb=4c79263dcff9072897089540be9876d6f21b794c;p=simgear.git diff --git a/simgear/magvar/Makefile.am b/simgear/magvar/Makefile.am index 0c28e79a..03aa9789 100644 --- a/simgear/magvar/Makefile.am +++ b/simgear/magvar/Makefile.am @@ -4,12 +4,16 @@ lib_LIBRARIES = libsgmagvar.a include_HEADERS = magvar.hxx -libsgmagvar_a_SOURCES = magvar.cxx +libsgmagvar_a_SOURCES = \ + coremag.hxx coremag.cxx \ + magvar.cxx noinst_PROGRAMS = testmagvar testmagvar_SOURCES = testmagvar.cxx -testmagvar_LDADD = $(top_builddir)/simgear/magvar/libsgmagvar.a +testmagvar_LDADD = \ + libsgmagvar.a \ + $(base_LIBS) -INCLUDES += -I$(top_builddir) +INCLUDES = -I$(top_srcdir)