Update of /cvsroot/simspark/simspark/spark/utility/tinyxml
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv25110
Modified Files:
Tag: WIN32
Makefile.am
Log Message:
- added header files, so they go into the distribution as well
Index: Makefile.am
===================================================================
RCS file: /cvsroot/simspark/simspark/spark/utility/tinyxml/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -d -r1.2 -r1.2.2.1
*** Makefile.am 18 Feb 2006 19:33:59 -0000 1.2
--- Makefile.am 28 Feb 2007 07:45:32 -0000 1.2.2.1
***************
*** 2,10 ****
libtinyxml_la_SOURCES = \
! tinystr.cpp\
! tinyxml.cpp\
! tinyxmlerror.cpp\
! tinyxmlparser.cpp\
! xmlfunctions.cpp
--- 2,13 ----
libtinyxml_la_SOURCES = \
! tinystr.cpp \
! tinyxml.cpp \
! tinyxmlerror.cpp \
! tinyxmlparser.cpp \
! xmlfunctions.cpp \
! tinystr.h \
! tinyxml.h \
! xmlfunctions.h
|