From: Erez Zadok Date: Sun, 28 Aug 2005 00:15:05 +0000 (+0000) Subject: * Makefile.am (DISTCLEANFILES): also remove amu_autofs_prot.h, X-Git-Tag: before-clocktime-fixes-61-br~2 X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=6cd685dd567af148de094bcdba8be90e95c678ce;p=am-utils-6.0.git * Makefile.am (DISTCLEANFILES): also remove amu_autofs_prot.h, config.cache.old, and dbgcf.h on "make distclean". (CLEANFILES): remove dbgcf on plain "make clean". * amd/Makefile.am (DISTCLEANFILES): also remove ops_autofs.c on "make distclean". --- diff --git a/ChangeLog b/ChangeLog index bcb9478..0d47536 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2005-08-27 Erez Zadok + + * Makefile.am (DISTCLEANFILES): also remove amu_autofs_prot.h, + config.cache.old, and dbgcf.h on "make distclean". + (CLEANFILES): remove dbgcf on plain "make clean". + + * amd/Makefile.am (DISTCLEANFILES): also remove ops_autofs.c on + "make distclean". + 2005-08-24 Erez Zadok * configure.in: wrap all LDAP and HESIOD tests in test whether diff --git a/Makefile.am b/Makefile.am index 5f3c164..9fbee09 100644 --- a/Makefile.am +++ b/Makefile.am @@ -302,7 +302,8 @@ EXTRA_DIST = \ stamp-h.in \ tasks -DISTCLEANFILES = amu_nfs_prot.h config.cache.old dbgcf.h +DISTCLEANFILES = amu_nfs_prot.h amu_autofs_prot.h config.cache.old dbgcf.h +CLEANFILES = dbgcf.h ############################################################################## # Personal maintainer rules by Erez Zadok diff --git a/amd/Makefile.am b/amd/Makefile.am index 4d4fcbb..1d228d1 100644 --- a/amd/Makefile.am +++ b/amd/Makefile.am @@ -102,7 +102,7 @@ LIBS = @LIBS@ @LEXLIB@ @WRAPLIB@ # additional files to distribute and clean EXTRA_DIST = ops_TEMPLATE.c $(man_MANS) $(TESTS) CLEANFILES = conf_tok.c conf_parse.c conf_parse.h -DISTCLEANFILES = build_version.h +DISTCLEANFILES = build_version.h ops_autofs.c # do not distribute files that should be generated by lex/yacc locally dist-hook: