cdevienne 2004/08/16 02:41:51
Modified: include/log4cxx Makefile.am Log: Added config_auto_log4cxx.h to log4cxxinc_HEADERS so a 'make install' from a separate build tree install it. Revision Changes Path 1.6 +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.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- Makefile.am 13 Aug 2004 12:27:45 -0000 1.5 +++ Makefile.am 16 Aug 2004 09:41:51 -0000 1.6 @@ -1,4 +1,4 @@ SUBDIRS = helpers net nt spi varia xml config db log4cxxincdir = $(includedir)/log4cxx -log4cxxinc_HEADERS= $(top_srcdir)/include/log4cxx/*.h +log4cxxinc_HEADERS= $(top_srcdir)/include/log4cxx/*.h config_auto_log4cxx.h DISTCLEANFILES = config_auto_log4cxx.h
