Hi,

attached is a patch for some Makefile.am's to make the
EXTRA_DIST more specific. EXTRA_DIST = * caused the inclusion
of CVS sub directories when creating a dist tarball from the CVS
workspace.
Please apply.

Thanks,

        Andreas

--
Andreas Fester
mailto:[EMAIL PROTECTED]
WWW: http://littletux.homelinux.org
ICQ: 326674288
Index: tests/witness/Makefile.am
===================================================================
RCS file: /home/cvspublic/logging-log4cxx/tests/witness/Makefile.am,v
retrieving revision 1.2
diff -u -r1.2 Makefile.am
--- tests/witness/Makefile.am   1 Jun 2005 18:40:28 -0000       1.2
+++ tests/witness/Makefile.am   7 Jun 2005 18:42:16 -0000
@@ -1,2 +1,14 @@
 SUBDIRS = encoding ndc rolling
-EXTRA_DIST = *
+EXTRA_DIST = LevelMatchFilter* \
+             LevelRangeFilter* \
+             NDCMatchFilter* \
+             custom* \
+             dom.* \
+             hierarchyThreshold.* \
+             l7d.* \
+             patternLayout.* \
+             socketServer.* \
+             xmlLayout.* \
+             fallback \
+             simple \
+             ttcc
Index: tests/witness/encoding/Makefile.am
===================================================================
RCS file: /home/cvspublic/logging-log4cxx/tests/witness/encoding/Makefile.am,v
retrieving revision 1.1
diff -u -r1.1 Makefile.am
--- tests/witness/encoding/Makefile.am  1 Jun 2005 18:40:28 -0000       1.1
+++ tests/witness/encoding/Makefile.am  7 Jun 2005 18:42:16 -0000
@@ -1 +1,3 @@
-EXTRA_DIST = *
\ No newline at end of file
+EXTRA_DIST = UTF-* \
+             ascii.log \
+             latin1.log
Index: tests/witness/ndc/Makefile.am
===================================================================
RCS file: /home/cvspublic/logging-log4cxx/tests/witness/ndc/Makefile.am,v
retrieving revision 1.1
diff -u -r1.1 Makefile.am
--- tests/witness/ndc/Makefile.am       1 Jun 2005 18:40:28 -0000       1.1
+++ tests/witness/ndc/Makefile.am       7 Jun 2005 18:42:16 -0000
@@ -1 +1 @@
-EXTRA_DIST = *
\ No newline at end of file
+EXTRA_DIST = NDC.*
Index: tests/witness/rolling/Makefile.am
===================================================================
RCS file: /home/cvspublic/logging-log4cxx/tests/witness/rolling/Makefile.am,v
retrieving revision 1.1
diff -u -r1.1 Makefile.am
--- tests/witness/rolling/Makefile.am   1 Jun 2005 18:40:28 -0000       1.1
+++ tests/witness/rolling/Makefile.am   7 Jun 2005 18:42:16 -0000
@@ -1 +1,3 @@
-EXTRA_DIST = *
\ No newline at end of file
+EXTRA_DIST = sbr-test* \
+             tbr-test*
+

Reply via email to