]> git.mxchange.org Git - flightgear.git/blob - src/Airports/Makefile.am
Replaced gdbm with metakit. Involves a new simgear version and a new database
[flightgear.git] / src / Airports / Makefile.am
1 noinst_LIBRARIES = libAirports.a
2
3 noinst_PROGRAMS = buildsimple
4
5 libAirports_a_SOURCES = \
6         genapt.cxx genapt.hxx \
7         simple.cxx simple.hxx
8
9 buildsimple_SOURCES = buildsimple.cxx
10
11 buildsimple_LDADD = libAirports.a -lsgdebug -lsgmisc -lmk4 -lz
12
13 INCLUDES += -I$(top_builddir) -I$(top_builddir)/src