X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNavaids%2FMakefile.am;h=a6201ae7fd2280e387453f88e1c1dce55f33d61c;hb=c6045147544badd6daefdcab9d4de1ed6936533b;hp=a024c4113a333ab4f717356c9f5e8394111bc270;hpb=e891774a8c0fe7c9e36aa92b68a913b043852f9d;p=flightgear.git diff --git a/src/Navaids/Makefile.am b/src/Navaids/Makefile.am index a024c4113..a6201ae7f 100644 --- a/src/Navaids/Makefile.am +++ b/src/Navaids/Makefile.am @@ -1,13 +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 \ - 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 -lsgmath -lsgmisc -lsgdebug -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 +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src