mcatan 2004/04/02 00:44:35
Modified: include/log4cxx/config Makefile.am
include/log4cxx/db Makefile.am
include/log4cxx/net Makefile.am
include/log4cxx/nt Makefile.am
include/log4cxx/varia Makefile.am
include/log4cxx/xml Makefile.am
Log:
changed path
Revision Changes Path
1.2 +1 -1 logging-log4cxx/include/log4cxx/config/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /home/cvs/logging-log4cxx/include/log4cxx/config/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.am 28 Jun 2003 10:55:41 -0000 1.1
+++ Makefile.am 2 Apr 2004 08:44:35 -0000 1.2
@@ -1,3 +1,3 @@
configincdir = $(includedir)/log4cxx/config
-configinc_HEADERS= *.h
+configinc_HEADERS= $(top_srcdir)/include/log4cxx/config/*.h
1.2 +1 -1 logging-log4cxx/include/log4cxx/db/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /home/cvs/logging-log4cxx/include/log4cxx/db/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.am 17 Jul 2003 00:52:39 -0000 1.1
+++ Makefile.am 2 Apr 2004 08:44:35 -0000 1.2
@@ -1,3 +1,3 @@
dbincdir = $(includedir)/log4cxx/db
-dbinc_HEADERS= *.h
+dbinc_HEADERS= $(top_srcdir)/include/log4cxx/db/*.h
1.2 +1 -1 logging-log4cxx/include/log4cxx/net/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /home/cvs/logging-log4cxx/include/log4cxx/net/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.am 9 Jun 2003 09:02:42 -0000 1.1
+++ Makefile.am 2 Apr 2004 08:44:35 -0000 1.2
@@ -1,3 +1,3 @@
netincdir = $(includedir)/log4cxx/net
-netinc_HEADERS= *.h
+netinc_HEADERS= $(top_srcdir)/include/log4cxx/net/*.h
1.2 +1 -1 logging-log4cxx/include/log4cxx/nt/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /home/cvs/logging-log4cxx/include/log4cxx/nt/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.am 9 Jun 2003 09:02:42 -0000 1.1
+++ Makefile.am 2 Apr 2004 08:44:35 -0000 1.2
@@ -1,3 +1,3 @@
ntincdir = $(includedir)/log4cxx/nt
-ntinc_HEADERS= *.h
+ntinc_HEADERS= $(top_srcdir)/include/log4cxx/nt/*.h
1.2 +1 -1 logging-log4cxx/include/log4cxx/varia/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /home/cvs/logging-log4cxx/include/log4cxx/varia/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.am 9 Jun 2003 09:02:44 -0000 1.1
+++ Makefile.am 2 Apr 2004 08:44:35 -0000 1.2
@@ -1,3 +1,3 @@
variaincdir = $(includedir)/log4cxx/varia
-variainc_HEADERS= *.h
+variainc_HEADERS= $(top_srcdir)/include/log4cxx/varia/*.h
1.2 +1 -1 logging-log4cxx/include/log4cxx/xml/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /home/cvs/logging-log4cxx/include/log4cxx/xml/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.am 9 Jun 2003 09:02:44 -0000 1.1
+++ Makefile.am 2 Apr 2004 08:44:35 -0000 1.2
@@ -1,3 +1,3 @@
xmlincdir = $(includedir)/log4cxx/xml
-xmlinc_HEADERS= *.h
+xmlinc_HEADERS= $(top_srcdir)/include/log4cxx/xml/*.h