[fedfs-utils] [PATCH 1/9] build: Add CLEANFILES targets to doc/ldap/Makefile.am

Chuck Lever chuck.lever at oracle.com
Mon Nov 28 09:33:11 PST 2011


This common section is missing from doc/ldap/Makefile.am.  Using
"make distclean" should remove doc/ldap/Makefile.in .

Signed-off-by: Chuck Lever <chuck.lever at oracle.com>
---

 doc/ldap/Makefile.am |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/doc/ldap/Makefile.am b/doc/ldap/Makefile.am
index 240e4e7..8b6e094 100644
--- a/doc/ldap/Makefile.am
+++ b/doc/ldap/Makefile.am
@@ -23,4 +23,7 @@
 ##	http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
 ##
 
-EXTRA_DIST	= fedfs.schema fedfs-schema.ldif
+EXTRA_DIST		= fedfs.schema fedfs-schema.ldif
+
+CLEANFILES		= cscope.in.out cscope.out cscope.po.out *~
+DISTCLEANFILES		= Makefile.in




More information about the fedfs-utils-devel mailing list