|
From: <tbr...@us...> - 2012-03-20 14:25:34
|
Revision: 210
http://xmlwrapp.svn.sourceforge.net/xmlwrapp/?rev=210&view=rev
Author: tbrowder2
Date: 2012-03-20 14:25:23 +0000 (Tue, 20 Mar 2012)
Log Message:
-----------
renaming ustring
Modified Paths:
--------------
trunk/src/Makefile.am
Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am 2012-03-20 14:22:14 UTC (rev 209)
+++ trunk/src/Makefile.am 2012-03-20 14:25:23 UTC (rev 210)
@@ -2,18 +2,18 @@
AM_CPPFLAGS = -I$(top_srcdir)/include $(CXXFLAGS_VISIBILITY)
if WITH_XSLT
-lib_LTLIBRARIES = libxmlwrapp.la libxsltwrapp.la libustring.la
+lib_LTLIBRARIES = libxmlwrapp.la libxsltwrapp.la libxmlwrappstring.la
else
-lib_LTLIBRARIES = libxmlwrapp.la libustring.la
+lib_LTLIBRARIES = libxmlwrapp.la libxmlwrappstring.la
endif
-libustring_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBXML_CFLAGS)
-libustring_la_LIBADD = $(LIBXML_LIBS)
-libustring_la_LDFLAGS = -version-info 6:0:1 -no-undefined
+libxmlwrappstring_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBXML_CFLAGS)
+libxmlwrappstring_la_LIBADD = $(LIBXML_LIBS)
+libxmlwrappstring_la_LDFLAGS = -version-info 6:0:1 -no-undefined
-libustring_la_SOURCES = \
- libustring/ustring.cc \
- libustring/ustring.h \
+libxmlwrappstring_la_SOURCES = \
+ libxmlwrappstring/xmlwrappstring.cc \
+ libxmlwrappstring/xmlwrappstring.h \
libxmlwrapp_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBXML_CFLAGS)
libxmlwrapp_la_LIBADD = $(LIBXML_LIBS)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|