]> git.pld-linux.org Git - packages/FlightGear.git/blob - FlightGear-libs.patch
- updated to FlightGear-0.9.3
[packages/FlightGear.git] / FlightGear-libs.patch
1 diff -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 @@
5  
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
12 diff -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
22  
23  INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
24 diff -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
29  
30  test_up_SOURCES = test-up.cxx
31 -test_up_LDADD = -lsgmath -lsgdebug -lplibsg -lplibul $(base_LIBS)
32 +test_up_LDADD = -lsgmath -lsgdebug -lplibsg -lplibul -lsgmisc -lsgxml -lsgstructure -lsgtiming -lz $(base_LIBS)
This page took 0.121719 seconds and 3 git commands to generate.