]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/Makefile.am
Automake build fixes for airways commit.
[flightgear.git] / src / Navaids / Makefile.am
index a024c4113a333ab4f717356c9f5e8394111bc270..30016afe3ef73e50ce8a2b493b1254b9f68bbf12 100644 (file)
@@ -1,13 +1,26 @@
 noinst_LIBRARIES = libNavaids.a
 
-noinst_PROGRAMS = testnavs
+noinst_PROGRAMS = testnavs
 
 libNavaids_a_SOURCES = \
+       navdb.hxx navdb.cxx \
        fix.hxx fixlist.hxx fixlist.cxx \
-       ils.hxx ilslist.hxx ilslist.cxx \
-       nav.hxx navlist.hxx navlist.cxx
+       navrecord.hxx navrecord.cxx \
+       navlist.hxx navlist.cxx \
+       positioned.hxx positioned.cxx \
+       markerbeacon.hxx markerbeacon.cxx \
+       routePath.hxx routePath.cxx \
+       airways.hxx airways.cxx \
+       route.hxx route.cxx \
+       waypoint.hxx waypoint.cxx \
+       procedure.hxx procedure.cxx \
+       awynet.cxx awynet.hxx
 
-testnavs_SOURCES = testnavs.cxx
-testnavs_LDADD = libNavaids.a -lsgmath -lsgmisc -lsgdebug -lz
+#
+# testnavs_SOURCES = testnavs.cxx
+# testnavs_LDADD = \
+#      libNavaids.a \
+#      -lsgtiming -lsgmath -lsgmisc -lsgdebug -lsgmagvar -lsgxml \
+#      -lsgstructure $(base_LIBS) -lz
 
-INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src