X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=support%2Finclude%2FMakefile.in;h=5e3d74ec3a5603ca13f439d339913f0d6da90d07;hb=6295bb04c73403a219bc96cc6770fc96bec19ba6;hp=cff3f34adbf395ec1e34bee20a15c21ac36f6a81;hpb=34ca8300d659abb0977e149241d236de0667b759;p=nfs-utils.git diff --git a/support/include/Makefile.in b/support/include/Makefile.in index cff3f34..5e3d74e 100644 --- a/support/include/Makefile.in +++ b/support/include/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -42,6 +42,7 @@ am__aclocal_m4_deps = $(top_srcdir)/aclocal/bsdsignals.m4 \ $(top_srcdir)/aclocal/ipv6.m4 \ $(top_srcdir)/aclocal/kerberos5.m4 \ $(top_srcdir)/aclocal/libblkid.m4 \ + $(top_srcdir)/aclocal/libcap.m4 \ $(top_srcdir)/aclocal/libevent.m4 \ $(top_srcdir)/aclocal/libnfsidmap.m4 \ $(top_srcdir)/aclocal/librpcsecgss.m4 \ @@ -157,6 +158,7 @@ LDFLAGS = @LDFLAGS@ LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@ LIBBLKID = @LIBBLKID@ LIBBSD = @LIBBSD@ +LIBCAP = @LIBCAP@ LIBCRYPT = @LIBCRYPT@ LIBNSL = @LIBNSL@ LIBOBJS = @LIBOBJS@ @@ -223,6 +225,7 @@ enable_ipv6 = @enable_ipv6@ enable_mountconfig = @enable_mountconfig@ enable_nfsv3 = @enable_nfsv3@ enable_nfsv4 = @enable_nfsv4@ +enable_nfsv41 = @enable_nfsv41@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ @@ -266,6 +269,8 @@ noinst_HEADERS = \ nfs_mntent.h \ nfs_paths.h \ nfslib.h \ + nfsrpc.h \ + nsm.h \ rpcmisc.h \ tcpwrapper.h \ xio.h \ @@ -340,7 +345,7 @@ clean-libtool: # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ @@ -365,7 +370,7 @@ $(RECURSIVE_TARGETS): fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \