Add a library needed by Irix.
This commit is contained in:
parent
0f5cd76bb5
commit
0b8c3564ff
1 changed files with 2 additions and 2 deletions
|
@ -7,9 +7,9 @@ libAirports_a_SOURCES = \
|
||||||
simple.cxx simple.hxx
|
simple.cxx simple.hxx
|
||||||
|
|
||||||
gensimple_SOURCES = gensimple.cxx
|
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_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
|
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
|
||||||
|
|
Loading…
Add table
Reference in a new issue