X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=support%2Fexport%2FMakefile.in;h=0c00ba55fcb88a48352134180ece45bb1ba0757e;hb=de95c40031904260a31a3686d6a48d7842abccb4;hp=00b1eca9cfecc0247edc036f0cc4759ad51b2f42;hpb=e46ab0be95bb71f399e4ee0e9d06f16ad80d2b61;p=nfs-utils.git diff --git a/support/export/Makefile.in b/support/export/Makefile.in index 00b1eca..0c00ba5 100644 --- a/support/export/Makefile.in +++ b/support/export/Makefile.in @@ -135,6 +135,7 @@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ K5VERS = @K5VERS@ KRBCFLAGS = @KRBCFLAGS@ KRBDIR = @KRBDIR@ +KRBLDFLAGS = @KRBLDFLAGS@ KRBLIBS = @KRBLIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ @@ -227,11 +228,7 @@ GENFILES_CLNT = mount_clnt.c GENFILES_XDR = mount_xdr.c 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 \ xtab.c mount_clnt.c mount_xdr.c @@ -522,6 +519,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 # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded.