Hi,

building in a separate build tree fails due to usage of
$top_srcdir instead of $top_builddir in
include/log4cxx/private/Makefile.am.
The attached patch fixes this.

Best Regards,

        Andreas

--
Andreas Fester
mailto:[EMAIL PROTECTED]
WWW: http://littletux.homelinux.org
ICQ: 326674288
Index: include/log4cxx/private/Makefile.am
===================================================================
RCS file: /home/cvspublic/logging-log4cxx/include/log4cxx/private/Makefile.am,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile.am
--- include/log4cxx/private/Makefile.am	7 May 2005 15:12:15 -0000	1.2
+++ include/log4cxx/private/Makefile.am	16 Jul 2005 08:16:27 -0000
@@ -1,3 +1,3 @@
 privateincdir = $(includedir)/log4cxx/private
-privateinc_HEADERS= $(top_srcdir)/include/log4cxx/private/*.h log4cxx_private.h
+privateinc_HEADERS= $(top_builddir)/include/log4cxx/private/*.h log4cxx_private.h
 DISTCLEANFILES = log4cxx_private.h

Reply via email to