]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/Makefile.am
Moved some of the low level scene graph construction code over to simgear.
[flightgear.git] / src / Navaids / Makefile.am
index c6301cf53b89256c882d9cd517ee14978ab7e924..36efadf08c186994e06be93eb24469e849ed5f3f 100644 (file)
@@ -1,13 +1,17 @@
-noinst_LIBRARIES = libNavAids.a
+noinst_LIBRARIES = libNavaids.a
 
 noinst_PROGRAMS = testnavs
 
-libNavAids_a_SOURCES = \
+libNavaids_a_SOURCES = \
        fix.hxx fixlist.hxx fixlist.cxx \
        ils.hxx ilslist.hxx ilslist.cxx \
+       mkrbeacons.hxx mkrbeacons.cxx \
        nav.hxx navlist.hxx navlist.cxx
 
 testnavs_SOURCES = testnavs.cxx
-testnavs_LDADD = libNavAids.a -lsgdebug -lsgmath -lsgmisc -lz
+testnavs_LDADD = \
+       libNavaids.a \
+       -lsgtiming -lsgmath -lsgmisc -lsgdebug -lsgmagvar -lsgxml \
+       -lz
 
-INCLUDES += -I$(top_builddir) -I$(top_builddir)/src
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src