X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNavaids%2FMakefile.am;h=a6201ae7fd2280e387453f88e1c1dce55f33d61c;hb=c6045147544badd6daefdcab9d4de1ed6936533b;hp=11d7f38bab047156f5e4f6da7c35fc96ea723cfc;hpb=7a16ec4fb4e1663902f5022812291f01d7e37ee3;p=flightgear.git diff --git a/src/Navaids/Makefile.am b/src/Navaids/Makefile.am index 11d7f38ba..a6201ae7f 100644 --- a/src/Navaids/Makefile.am +++ b/src/Navaids/Makefile.am @@ -1,10 +1,22 @@ -noinst_LIBRARIES = libNavAids.a +noinst_LIBRARIES = libNavaids.a -noinst_PROGRAMS = testnavs +# noinst_PROGRAMS = testnavs -libNavAids_a_SOURCES = navaid.hxx navaids.hxx navaids.cxx +libNavaids_a_SOURCES = \ + navdb.hxx navdb.cxx \ + fix.hxx fixlist.hxx fixlist.cxx \ + awynet.hxx awynet.cxx \ + navrecord.hxx navrecord.cxx \ + navlist.hxx navlist.cxx \ + positioned.hxx positioned.cxx -testnavs_SOURCES = testnavs.cxx -testnavs_LDADD = libNavAids.a -lsgdebug -lsgmisc -lz +# ils.hxx ilslist.hxx ilslist.cxx \ +# mkrbeacons.hxx mkrbeacons.cxx +# +# testnavs_SOURCES = testnavs.cxx +# testnavs_LDADD = \ +# libNavaids.a \ +# -lsgtiming -lsgmath -lsgmisc -lsgdebug -lsgmagvar -lsgxml \ +# -lsgstructure $(base_LIBS) -lz -INCLUDES += -I$(top_builddir) -I$(top_builddir)/src +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src