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