From: <tbr...@us...> - 2012-03-20 14:16:27
|
Revision: 206 http://xmlwrapp.svn.sourceforge.net/xmlwrapp/?rev=206&view=rev Author: tbrowder2 Date: 2012-03-20 14:16:16 +0000 (Tue, 20 Mar 2012) Log Message: ----------- provisions for new string class Modified Paths: -------------- trunk/Makefile.am Added Paths: ----------- trunk/xmlwrappstring.pc.in Modified: trunk/Makefile.am =================================================================== --- trunk/Makefile.am 2012-03-20 14:10:29 UTC (rev 205) +++ trunk/Makefile.am 2012-03-20 14:16:16 UTC (rev 206) @@ -4,9 +4,9 @@ pkgconfigdir=$(libdir)/pkgconfig if WITH_XSLT -pkgconfig_DATA = xmlwrapp.pc xsltwrapp.pc +pkgconfig_DATA = xmlwrapp.pc xmlwrappstring.pc xsltwrapp.pc else -pkgconfig_DATA = xmlwrapp.pc +pkgconfig_DATA = xmlwrapp.pc xmlwrappstring.pc endif bin_SCRIPTS = xmlwrapp-config Added: trunk/xmlwrappstring.pc.in =================================================================== --- trunk/xmlwrappstring.pc.in (rev 0) +++ trunk/xmlwrappstring.pc.in 2012-03-20 14:16:16 UTC (rev 206) @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: xmlwrappstring +Version: @VERSION@ +Description: A C++ UTF-8 string class +Requires: xmlwrapp = @VERSION@ +Libs: -L${libdir} -lxmlwrapp +Cflags: -I${includedir} Property changes on: trunk/xmlwrappstring.pc.in ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |