Update of /cvsroot/mod-c/ehtml/src
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv17759/src
Modified Files:
Makefile.am testCommon.cpp
Log Message:
* Removed the nasty include xx.cpp in testCommon.cpp.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/mod-c/ehtml/src/Makefile.am,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Makefile.am 13 Sep 2006 18:56:36 -0000 1.9
--- Makefile.am 13 Sep 2006 19:42:16 -0000 1.10
***************
*** 55,59 ****
libsessionid_la_LDFLAGS = -shared -module
! testCommon_SOURCES = testCommon.cpp
#SUBDIRS = dss_tool
--- 55,60 ----
libsessionid_la_LDFLAGS = -shared -module
! testCommon_SOURCES = testCommon.cpp Profiling.cpp MemBuf.cpp Common.cpp
! testCommon_CXXFLAGS = $(AM_CXXFLAGS)
#SUBDIRS = dss_tool
Index: testCommon.cpp
===================================================================
RCS file: /cvsroot/mod-c/ehtml/src/testCommon.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** testCommon.cpp 13 Sep 2006 18:57:06 -0000 1.2
--- testCommon.cpp 13 Sep 2006 19:42:16 -0000 1.3
***************
*** 1,6 ****
! #include "Common.cpp"
! #include "Profiling.cpp"
! #include "MemBuf.cpp"
const char* test[][4] = {
--- 1,6 ----
! #include "Common.h"
!
! using namespace std;
const char* test[][4] = {
|