X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=utils%2Frquotad%2FMakefile.am;h=dcc15ac9c4aad1c85d140b486ab8136cabb658c6;hb=f113db5225e2954a53fd7eecccfc08326904909f;hp=08837939618cea13baa8b065155b5417dc95cf44;hpb=66f9d8251c92124e46a209c47e5c0f7d3a0c4e6e;p=nfs-utils.git diff --git a/utils/rquotad/Makefile.am b/utils/rquotad/Makefile.am index 0883793..dcc15ac 100644 --- a/utils/rquotad/Makefile.am +++ b/utils/rquotad/Makefile.am @@ -5,6 +5,8 @@ RPCGEN = $(top_builddir)/tools/rpcgen/rpcgen GENFILES_XDR = rquota_xdr.c GENFILES_H = rquota.h +BUILT_SOURCES = $(GENFILES_H) + GENFILES = $(GENFILES_XDR) $(GENFILES_H) man8_MANS = rquotad.man @@ -38,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