From 0b8c3564ffcb3725e832875a548079b49dcefee2 Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 2 Jul 2001 22:55:16 +0000 Subject: [PATCH] Add a library needed by Irix. --- src/Airports/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Airports/Makefile.am b/src/Airports/Makefile.am index 5a28f0710..2ce185263 100644 --- a/src/Airports/Makefile.am +++ b/src/Airports/Makefile.am @@ -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