From 5112f614e6f05ad6602da8142412a39b1c3efc9c Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Mon, 5 Feb 2007 10:06:41 +1100 Subject: [PATCH] Add generated files to CLEANFILES in rquotad Matching utils/statd, make sure generated files get cleaned. --- utils/rquotad/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2