From: <tbr...@us...> - 2012-03-20 16:13:38
|
Revision: 219 http://xmlwrapp.svn.sourceforge.net/xmlwrapp/?rev=219&view=rev Author: tbrowder2 Date: 2012-03-20 16:13:27 +0000 (Tue, 20 Mar 2012) Log Message: ----------- add utf-8 project files Modified Paths: -------------- trunk/include/Makefile.am Modified: trunk/include/Makefile.am =================================================================== --- trunk/include/Makefile.am 2012-03-20 16:12:52 UTC (rev 218) +++ trunk/include/Makefile.am 2012-03-20 16:13:27 UTC (rev 219) @@ -16,7 +16,11 @@ xmlwrappstring_includedir= $(includedir)/xmlwrappstring xmlwrappstring_include_HEADERS = \ - xmlwrappstring/xmlwrappstring.h + xmlwrappstring/xmlwrappstring.h \ + xmlwrappstring/utf8.h \ + xmlwrappstring/utf8/checked.h \ + xmlwrappstring/utf8/core.h \ + xmlwrappstring/utf8/unchecked.h if WITH_XSLT xsltwrapp_includedir= $(includedir)/xsltwrapp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |