]> 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 057daf917ca84a7afca648c3178c1e8e31bea5a7..36efadf08c186994e06be93eb24469e849ed5f3f 100644 (file)
@@ -5,12 +5,13 @@ noinst_PROGRAMS = testnavs
 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 \
-       -lsgtiming -lsgmath -lsgmisc -lsgdebug -lsgmagvar \
+       -lsgtiming -lsgmath -lsgmisc -lsgdebug -lsgmagvar -lsgxml \
        -lz
 
-INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src