|
From: <tbr...@us...> - 2012-03-20 14:52:50
|
Revision: 215
http://xmlwrapp.svn.sourceforge.net/xmlwrapp/?rev=215&view=rev
Author: tbrowder2
Date: 2012-03-20 14:52:40 +0000 (Tue, 20 Mar 2012)
Log Message:
-----------
xmlwrappstring header removed from local sources
Modified Paths:
--------------
trunk/src/Makefile.am
Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am 2012-03-20 14:49:40 UTC (rev 214)
+++ trunk/src/Makefile.am 2012-03-20 14:52:40 UTC (rev 215)
@@ -12,8 +12,7 @@
libxmlwrappstring_la_LDFLAGS = -version-info 6:0:1 -no-undefined
libxmlwrappstring_la_SOURCES = \
- libxmlwrappstring/xmlwrappstring.cc \
- libxmlwrappstring/xmlwrappstring.h
+ libxmlwrappstring/xmlwrappstring.cc
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.
|