]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Add generated files to CLEANFILES in rquotad
authorNeil Brown <neilb@suse.de>
Sun, 4 Feb 2007 23:06:41 +0000 (10:06 +1100)
committerNeil Brown <neilb@suse.de>
Sun, 4 Feb 2007 23:06:41 +0000 (10:06 +1100)
Matching utils/statd, make sure generated files get cleaned.

utils/rquotad/Makefile.am

index 3a45464998c9e893f894fc2d3b00af41c98075b8..dcc15ac9c4aad1c85d140b486ab8136cabb658c6 100644 (file)
@@ -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