]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/Makefile.am
- adjusted for no-value constructor for FGPanel
[flightgear.git] / src / Navaids / Makefile.am
index ffdc80cd1f593fd45c63f587bc7d0a805275d6d1..4315aaebffaa0ead55c923fd2bb42fc10470f4e3 100644 (file)
@@ -1,12 +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 \
+       -lz
 
-INCLUDES += -I$(top_builddir) -I$(top_builddir)/src
+INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src