]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/Makefile.am
ignore resets for now because every z/Z key press would trigger a call to NOAA. We...
[flightgear.git] / src / Navaids / Makefile.am
index 4315aaebffaa0ead55c923fd2bb42fc10470f4e3..786f1b6b04f7e4ab067158c6c5fc18291832a9d7 100644 (file)
@@ -11,7 +11,7 @@ libNavaids_a_SOURCES = \
 testnavs_SOURCES = testnavs.cxx
 testnavs_LDADD = \
        libNavaids.a \
-       -lsgtiming -lsgmath -lsgmisc -lsgdebug -lsgmagvar \
-       -lz
+       -lsgtiming -lsgmath -lsgmisc -lsgdebug -lsgmagvar -lsgxml \
+       $(base_LIBS) -lz
 
-INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src