|
From: <tbr...@us...> - 2012-03-20 01:20:20
|
Revision: 196
http://xmlwrapp.svn.sourceforge.net/xmlwrapp/?rev=196&view=rev
Author: tbrowder2
Date: 2012-03-20 01:20:13 +0000 (Tue, 20 Mar 2012)
Log Message:
-----------
change C++ source file extensions from cxx to cc
Modified Paths:
--------------
trunk/src/Makefile.am
Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am 2012-03-19 23:02:47 UTC (rev 195)
+++ trunk/src/Makefile.am 2012-03-20 01:20:13 UTC (rev 196)
@@ -12,23 +12,23 @@
libxmlwrapp_la_LDFLAGS = -version-info 6:0:1 -no-undefined
libxmlwrapp_la_SOURCES = \
- libxml/ait_impl.cxx \
+ libxml/ait_impl.cc \
libxml/ait_impl.h \
- libxml/attributes.cxx \
- libxml/document.cxx \
- libxml/dtd_impl.cxx \
+ libxml/attributes.cc \
+ libxml/document.cc \
+ libxml/dtd_impl.cc \
libxml/dtd_impl.h \
- libxml/event_parser.cxx \
- libxml/init.cxx \
- libxml/node.cxx \
- libxml/nodes_view.cxx \
- libxml/node_iterator.cxx \
+ libxml/event_parser.cc \
+ libxml/init.cc \
+ libxml/node.cc \
+ libxml/nodes_view.cc \
+ libxml/node_iterator.cc \
libxml/node_iterator.h \
- libxml/node_manip.cxx \
+ libxml/node_manip.cc \
libxml/node_manip.h \
libxml/pimpl_base.h \
- libxml/tree_parser.cxx \
- libxml/utility.cxx \
+ libxml/tree_parser.cc \
+ libxml/utility.cc \
libxml/utility.h
@@ -39,8 +39,8 @@
libxsltwrapp_la_LDFLAGS = -version-info 3:0:0 -no-undefined
libxsltwrapp_la_SOURCES = \
- libxslt/init.cxx \
+ libxslt/init.cc \
libxslt/result.h \
- libxslt/stylesheet.cxx
+ libxslt/stylesheet.cc
endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|