[Xmlpp-common] patch for broken build in linux
Brought to you by:
pit22
From: Kevin M. <ke...@vr...> - 2002-01-31 14:14:09
|
copy this text to a file "p.txt", and apply with "patch < p.txt" you'll need to autogen.sh again... Index: Makefile.am =================================================================== RCS file: /cvsroot/xmlpp/xmlpp-gnu/test/Makefile.am,v retrieving revision 1.1.1.1 diff -r1.1.1.1 Makefile.am 6c6 < LDADD = -L../src/.libs/ -lxmlpp --- > LDADD = -L../src/ -lxmlpp |