mcatan 2004/04/02 00:44:08
Modified: include/log4cxx Makefile.am Log: changed path Revision Changes Path 1.4 +1 -1 logging-log4cxx/include/log4cxx/Makefile.am Index: Makefile.am =================================================================== RCS file: /home/cvs/logging-log4cxx/include/log4cxx/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Makefile.am 17 Jul 2003 00:52:57 -0000 1.3 +++ Makefile.am 2 Apr 2004 08:44:08 -0000 1.4 @@ -1,4 +1,4 @@ SUBDIRS = helpers net nt spi varia xml config db log4cxxincdir = $(includedir)/log4cxx -log4cxxinc_HEADERS= *.h +log4cxxinc_HEADERS= $(top_srcdir)/include/log4cxx/*.h
