]> git.mxchange.org Git - flightgear.git/commitdiff
Add a library needed by Irix.
authorcurt <curt>
Mon, 2 Jul 2001 22:55:16 +0000 (22:55 +0000)
committercurt <curt>
Mon, 2 Jul 2001 22:55:16 +0000 (22:55 +0000)
src/Airports/Makefile.am

index 5a28f071012f9150168eadba0aecfe0b6e7e77bb..2ce185263cebd0450952ddbc6ad71bdd0f3f0030 100644 (file)
@@ -7,9 +7,9 @@ libAirports_a_SOURCES = \
        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