X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=support%2Fexport%2FMakefile.am;h=7a6a441c6c2f508135609a1b60e583c557dcf182;hb=1ab6d3b82e9d36051cf5d80c33cdec9cb638bb20;hp=41769faf2f35890a0fccbd05c3fd4a1e07203875;hpb=ac5b03be829b4c9369ebfb07a688308721103228;p=nfs-utils.git diff --git a/support/export/Makefile.am b/support/export/Makefile.am index 41769fa..7a6a441 100644 --- a/support/export/Makefile.am +++ b/support/export/Makefile.am @@ -8,10 +8,7 @@ GENFILES_H = mount.h GENFILES = $(GENFILES_CLNT) $(GENFILES_SVC) $(GENFILES_XDR) $(GENFILES_H) -EXTRA_DIST = \ - mount.x \ - \ - keys.c +EXTRA_DIST = mount.x noinst_LIBRARIES = libexport.a libexport_a_SOURCES = client.c export.c hostname.c nfsctl.c rmtab.c \ @@ -39,6 +36,7 @@ $(GENFILES_XDR): %_xdr.c: %.x $(RPCGEN) $(GENFILES_H): %.h: %.x $(RPCGEN) test -f $@ && rm -rf $@ || true $(RPCGEN) -h -o $@ $< + rm -f $(top_builddir)/support/include/mount.h $(LN_S) ../export/mount.h $(top_builddir)/support/include/mount.h MAINTAINERCLEANFILES = Makefile.in