X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNavaids%2FMakefile.am;h=a6201ae7fd2280e387453f88e1c1dce55f33d61c;hb=c6045147544badd6daefdcab9d4de1ed6936533b;hp=36efadf08c186994e06be93eb24469e849ed5f3f;hpb=4f00d9a95928b179c5c8b2c3c6786a1c71e88531;p=flightgear.git diff --git a/src/Navaids/Makefile.am b/src/Navaids/Makefile.am index 36efadf08..a6201ae7f 100644 --- a/src/Navaids/Makefile.am +++ b/src/Navaids/Makefile.am @@ -1,17 +1,22 @@ 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 \ - mkrbeacons.hxx mkrbeacons.cxx \ - nav.hxx navlist.hxx navlist.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 \ - -lsgtiming -lsgmath -lsgmisc -lsgdebug -lsgmagvar -lsgxml \ - -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_srcdir) -I$(top_srcdir)/src