]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/Makefile.am
Moved random ground cover object management code (userdata.[ch]xx) over
[flightgear.git] / src / Airports / Makefile.am
index 5a28f071012f9150168eadba0aecfe0b6e7e77bb..1a32318179685b50f9bd534efd4d5ff4a3426f53 100644 (file)
@@ -1,15 +1,18 @@
 noinst_LIBRARIES = libAirports.a
 
-noinst_PROGRAMS = gensimple genrunways
+noinst_PROGRAMS = gensimple genrunways calc_loc
 
 libAirports_a_SOURCES = \
        runways.cxx runways.hxx \
        simple.cxx simple.hxx
 
 gensimple_SOURCES = gensimple.cxx
-gensimple_LDADD = libAirports.a -lsgdebug -lsgmisc -lmk4 -lz
+gensimple_LDADD = libAirports.a -lsgdebug -lsgmisc -lsgxml -lmk4 -lz
 
 genrunways_SOURCES = genrunways.cxx
-genrunways_LDADD = libAirports.a -lsgdebug -lsgmisc -lmk4 -lz
+genrunways_LDADD = libAirports.a -lsgdebug -lsgmisc -lsgxml -lmk4 -lz
 
-INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
+calc_loc_SOURCES = calc_loc.cxx
+calc_loc_LDADD = -lsgmath -lsgdebug -lsgmisc -lz
+
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src