Message ID | 20111128173310.1136.65651.stgit@degas.1015granger.net |
---|---|
State | Accepted |
Headers | show |
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
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@oracle.com> --- doc/ldap/Makefile.am | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-)