diff options
author | Neil Brown <neilb@suse.de> | 2007-02-05 10:06:41 +1100 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2007-02-05 10:06:41 +1100 |
commit | 5112f614e6f05ad6602da8142412a39b1c3efc9c (patch) | |
tree | deb952e93b315f79c93914604e3fe810e7d6b986 | |
parent | 35c29d7a30d47d7a25ceda3738a37314f6a81258 (diff) | |
download | nfs-utils-5112f614e6f05ad6602da8142412a39b1c3efc9c.tar.gz nfs-utils-5112f614e6f05ad6602da8142412a39b1c3efc9c.tar.xz nfs-utils-5112f614e6f05ad6602da8142412a39b1c3efc9c.zip |
Add generated files to CLEANFILES in rquotad
Matching utils/statd, make sure generated files get cleaned.
-rw-r--r-- | utils/rquotad/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/rquotad/Makefile.am b/utils/rquotad/Makefile.am index 3a45464..dcc15ac 100644 --- a/utils/rquotad/Makefile.am +++ b/utils/rquotad/Makefile.am @@ -40,6 +40,8 @@ $(GENFILES_H): %.h: %.x $(RPCGEN) test -f $@ && rm -rf $@ || true $(RPCGEN) -h -o $@ $< +CLEANFILES = $(GENFILES) + ####################################################################### # The following allows the current practice of having # daemons renamed during the install to include RPCPREFIX |