From: Yurii R. <yr...@us...> - 2003-02-08 08:23:51
|
Update of /cvsroot/eas-dev/eas-dev/components/logger/tests In directory sc8-pr-cvs1:/tmp/cvs-serv23957/components/logger/tests Modified Files: Makefile.am Log Message: Improved openeas.rdb building (w/ site common.rdb); some minor additions to `logger' components; misc changes at the rest Index: Makefile.am =================================================================== RCS file: /cvsroot/eas-dev/eas-dev/components/logger/tests/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.am 4 Feb 2003 04:17:14 -0000 1.1 +++ Makefile.am 8 Feb 2003 08:23:48 -0000 1.2 @@ -16,7 +16,7 @@ runTests_LDADD = $(CPPUHELPERLIB) $(CPPULIB) $(SALHELPERLIB) $(SALLIB) $(STLPORTLIB) -lstdc++ CXXFLAGS = -DOPENEAS_RDB=\"../../openeas.rdb\" -DCOMPONENT_DLL=\"../src/.libs/liblogger.so\" -include config.h CLEANFILES = runTests.cxx -INCLUDES = -I@ODK_PATH@/include -I$(top_srcdir) -I../../.include +INCLUDES = -I@ODK_PATH@/include -I$(top_srcdir) -I../../.incs TESTS = runTests |