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