carnold 2005/01/07 10:38:38
Modified: . configure.in
tests/src/rolling Makefile.am
Log:
LOGCXX-52: l4j 1.3 RollingFA: make fixes
Revision Changes Path
1.47 +2 -0 logging-log4cxx/configure.in
Index: configure.in
===================================================================
RCS file: /home/cvs/logging-log4cxx/configure.in,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- configure.in 26 Dec 2004 07:31:52 -0000 1.46
+++ configure.in 7 Jan 2005 18:38:38 -0000 1.47
@@ -381,6 +381,7 @@
include/log4cxx/xml/Makefile
include/log4cxx/config/Makefile
include/log4cxx/db/Makefile
+include/log4cxx/rolling/Makefile
simplesocketserver/Makefile
tests/Makefile
tests/input/Makefile
@@ -397,6 +398,7 @@
tests/src/xml/Makefile
tests/src/varia/Makefile
tests/witness/Makefile
+tests/rolling/Makefile
performance/Makefile
performance/xml/Makefile
examples/Makefile
1.2 +2 -2 logging-log4cxx/tests/src/rolling/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /home/cvs/logging-log4cxx/tests/src/rolling/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.am 7 Jan 2005 01:25:20 -0000 1.1
+++ Makefile.am 7 Jan 2005 18:38:38 -0000 1.2
@@ -7,8 +7,8 @@
INCLUDES = -I$(top_srcdir)/include
librolling_a_SOURCES = \
- timebasedrollingtest.cpp \
-
+ timebasedrollingtest.cpp
+
check: librolling.a
endif