]> git.pld-linux.org Git - packages/FlightGear.git/blame - FlightGear-libs.patch
- updated to FlightGear-0.9.3
[packages/FlightGear.git] / FlightGear-libs.patch
CommitLineData
09cf986a 1diff -urN aaa/FlightGear-0.9.3/src/FDM/YASim/Makefile.am FlightGear-0.9.3/src/FDM/YASim/Makefile.am
2--- aaa/FlightGear-0.9.3/src/FDM/YASim/Makefile.am 2003-10-16 16:40:26.000000000 +0200
3+++ FlightGear-0.9.3/src/FDM/YASim/Makefile.am 2003-11-11 01:57:06.000000000 +0100
4@@ -39,6 +39,6 @@
bc5f32f3 5
09cf986a 6 yasim_SOURCES = yasim-test.cpp $(SHARED_SOURCES)
7
8-yasim_LDADD = -lsgxml -lsgprops -lsgdebug -lsgstructure $(base_LIBS)
9+yasim_LDADD = -lsgxml -lsgprops -lsgdebug -lsgstructure -lsgmisc -lsgtiming $(base_LIBS) -lz
10
11 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
12diff -urN aaa/FlightGear-0.9.3/src/Navaids/Makefile.am FlightGear-0.9.3/src/Navaids/Makefile.am
13--- aaa/FlightGear-0.9.3/src/Navaids/Makefile.am 2003-08-29 19:35:49.000000000 +0200
14+++ FlightGear-0.9.3/src/Navaids/Makefile.am 2003-11-11 02:02:33.000000000 +0100
15@@ -11,7 +11,7 @@
16 testnavs_SOURCES = testnavs.cxx
17 testnavs_LDADD = \
18 libNavaids.a \
19- -lsgtiming -lsgmath -lsgmisc -lsgdebug -lsgmagvar -lsgxml \
20+ -lsgtiming -lsgmath -lsgmisc -lsgdebug -lsgmagvar -lsgxml -lsgstructure \
21 $(base_LIBS) -lz
bc5f32f3 22
23 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
09cf986a 24diff -urN aaa/FlightGear-0.9.3/tests/Makefile.am FlightGear-0.9.3/tests/Makefile.am
25--- aaa/FlightGear-0.9.3/tests/Makefile.am 2003-08-29 19:35:51.000000000 +0200
26+++ FlightGear-0.9.3/tests/Makefile.am 2003-11-11 01:57:06.000000000 +0100
27@@ -17,4 +17,4 @@
28 test_text_SOURCES = test-text.cxx
e42e489c
SZ
29
30 test_up_SOURCES = test-up.cxx
31-test_up_LDADD = -lsgmath -lsgdebug -lplibsg -lplibul $(base_LIBS)
09cf986a 32+test_up_LDADD = -lsgmath -lsgdebug -lplibsg -lplibul -lsgmisc -lsgxml -lsgstructure -lsgtiming -lz $(base_LIBS)
This page took 0.086353 seconds and 4 git commands to generate.