mcatan 2004/04/02 00:38:47
Modified: include/log4cxx/helpers Makefile.am Log: changed path Revision Changes Path 1.2 +1 -1 logging-log4cxx/include/log4cxx/helpers/Makefile.am Index: Makefile.am =================================================================== RCS file: /home/cvs/logging-log4cxx/include/log4cxx/helpers/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile.am 9 Jun 2003 09:02:40 -0000 1.1 +++ Makefile.am 2 Apr 2004 08:38:47 -0000 1.2 @@ -1,3 +1,3 @@ helpersincdir = $(includedir)/log4cxx/helpers -helpersinc_HEADERS= *.h +helpersinc_HEADERS= $(top_srcdir)/include/log4cxx/helpers/*.h
