27 lines
1.2 KiB
Diff
27 lines
1.2 KiB
Diff
|
Index: apache-log4cxx-0.10.0.svn20080724/src/main/include/log4cxx/private/Makefile.am
|
||
|
===================================================================
|
||
|
--- apache-log4cxx-0.10.0.svn20080724.orig/src/main/include/log4cxx/private/Makefile.am
|
||
|
+++ apache-log4cxx-0.10.0.svn20080724/src/main/include/log4cxx/private/Makefile.am
|
||
|
@@ -14,7 +14,7 @@
|
||
|
# limitations under the License.
|
||
|
#
|
||
|
privateincdir = $(includedir)/log4cxx/private
|
||
|
-privateinc_HEADERS= $(top_builddir)/src/main/include/log4cxx/private/*.h log4cxx_private.h
|
||
|
+privateinc_HEADERS= log4cxx_private.h
|
||
|
DISTCLEANFILES = log4cxx_private.h
|
||
|
EXTRA_DIST = log4cxx_private.hw
|
||
|
|
||
|
Index: apache-log4cxx-0.10.0.svn20080724/src/main/include/log4cxx/Makefile.am
|
||
|
===================================================================
|
||
|
--- apache-log4cxx-0.10.0.svn20080724.orig/src/main/include/log4cxx/Makefile.am
|
||
|
+++ apache-log4cxx-0.10.0.svn20080724/src/main/include/log4cxx/Makefile.am
|
||
|
@@ -15,7 +15,7 @@
|
||
|
#
|
||
|
SUBDIRS = helpers net nt rolling spi varia xml config db private pattern filter
|
||
|
log4cxxincdir = $(includedir)/log4cxx
|
||
|
-log4cxxinc_HEADERS= $(top_srcdir)/src/main/include/log4cxx/*.h log4cxx.h
|
||
|
+log4cxxinc_HEADERS= $(top_srcdir)/src/main/include/log4cxx/*.h
|
||
|
DISTCLEANFILES = log4cxx.h
|
||
|
EXTRA_DIST = log4cxx.hw
|
||
|
|