]> git.pld-linux.org Git - packages/FlightGear.git/blame - FlightGear-libs.patch
- mass commit: cosmetics (removed trailing white spaces)
[packages/FlightGear.git] / FlightGear-libs.patch
CommitLineData
bc5f32f3 1diff -urN aaa/FlightGear-0.9.2/src/FDM/YASim/Makefile.am FlightGear-0.9.2/src/FDM/YASim/Makefile.am
2--- aaa/FlightGear-0.9.2/src/FDM/YASim/Makefile.am 2003-05-20 20:28:54.000000000 +0200
3+++ FlightGear-0.9.2/src/FDM/YASim/Makefile.am 2003-08-02 20:40:37.000000000 +0200
4@@ -55,6 +55,6 @@
5 Vector.hpp \
6 Wing.cpp Wing.hpp
7
8-yasim_LDADD = -lsgxml -lsgprops -lsgmisc -lsgdebug
9+yasim_LDADD = -lsgxml -lsgprops -lsgmisc -lsgdebug -lz
10
11 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
12diff -urN aaa/FlightGear-0.9.2/tests/Makefile.am FlightGear-0.9.2/tests/Makefile.am
13--- aaa/FlightGear-0.9.2/tests/Makefile.am 2003-05-20 20:30:06.000000000 +0200
14+++ FlightGear-0.9.2/tests/Makefile.am 2003-08-02 20:39:55.000000000 +0200
e42e489c
SZ
15@@ -21,4 +21,4 @@
16 test_text_LDADD = $(base_LIBS)
17
18 test_up_SOURCES = test-up.cxx
19-test_up_LDADD = -lsgmath -lsgdebug -lplibsg -lplibul $(base_LIBS)
20+test_up_LDADD = -lsgmath -lsgdebug -lplibsg -lplibul -lsgmisc -lsgxml -lz $(base_LIBS)
This page took 0.135605 seconds and 4 git commands to generate.