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

index 4315aaebffaa0ead55c923fd2bb42fc10470f4e3..ae92797192811e3683062b2e32552a9ad30d1500 100644 (file)
@@ -11,7 +11,7 @@ libNavaids_a_SOURCES = \
 testnavs_SOURCES = testnavs.cxx
 testnavs_LDADD = \
        libNavaids.a \
-       -lsgtiming -lsgmath -lsgmisc -lsgdebug -lsgmagvar \
+       -lsgtiming -lsgmath -lsgmisc -lsgdebug -lsgmagvar -lsgxml \
        -lz
 
 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src