]> git.pld-linux.org Git - packages/plib.git/blame - plib-link.patch
- fixed plibnet linking
[packages/plib.git] / plib-link.patch
CommitLineData
cc22d36b
MB
1diff -urN plib-1.8.4/src/ssg/Makefile.am plib-1.8.4.new/src/ssg/Makefile.am
2--- plib-1.8.4/src/ssg/Makefile.am 2004-10-30 00:46:25.000000000 +0200
c349d28f 3+++ plib-1.8.4.new/src/ssg/Makefile.am 2006-11-05 15:41:49.000000000 +0100
cc22d36b
MB
4@@ -29,6 +29,8 @@
5 ssgSaveIV.cxx ssgAnimTransform.cxx\
6 ssgVertSplitter.h ssgVertSplitter.cxx ssgStatistics.cxx
7
c349d28f 8+libplibssg_la_LIBADD = ../sg/libplibsg.la ../util/libplibul.la
cc22d36b
MB
9+
10 INCLUDES = -I$(top_srcdir)/src/sg -I$(top_srcdir)/src/util
11
acf051ee 12 endif
13--- plib-1.8.4/src/net/Makefile.am~ 2007-05-27 22:30:14.521956341 +0200
14+++ plib-1.8.4/src/net/Makefile.am 2007-05-27 22:32:20.483299305 +0200
15@@ -8,6 +8,8 @@
16 libplibnet_la_SOURCES = netBuffer.cxx netChannel.cxx netChat.cxx \
17 netMessage.cxx netMonitor.cxx netSocket.cxx
18
19+libplibnet_la_LIBADD = ../util/libplibul.la
20+
21 INCLUDES = -I$(top_srcdir)/src/util
22
cc22d36b 23 endif
This page took 0.132631 seconds and 4 git commands to generate.