From: Daniel E. S. <dsh...@us...> - 2006-06-02 18:21:56
|
dshipton 2006/06/02 11:21:55 PDT Modified files: . SConstruct Added files: . cppdom.pc.in Log: Generate a .pc file for cppdom for use with pkg-config. This goes into $prefix/$libdir/pkgconfig which is where pkg-config wants it. If cppdom isn't installed in a system path(think standard gcc include dirs...) then PKG_CONFIG_PATH has to be set for pkg-config to find it. Revision Changes Path 1.51 +23 -1 cppdom/SConstruct 1.1 +17 -0 cppdom/cppdom.pc.in (new) http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/SConstruct.diff?r1=1.50&r2=1.51&diff_format=h http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/cppdom.pc.in?rev=1.1&content-type=text/plain |