]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - Makefile.in
aclocal/autoconf/automake, properly this time.
[nfs-utils.git] / Makefile.in
index a40a6258bc9ffee75173585e4dd1ca8fb8254750..525cdbd333b3871f205161357a672be55e2fb8de 100644 (file)
@@ -150,8 +150,11 @@ PACKAGE_STRING = @PACKAGE_STRING@
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 PACKAGE_VERSION = @PACKAGE_VERSION@
 PATH_SEPARATOR = @PATH_SEPARATOR@
+PKG_CONFIG = @PKG_CONFIG@
 RANLIB = @RANLIB@
 RELEASE = @RELEASE@
+RPCSECGSS_CFLAGS = @RPCSECGSS_CFLAGS@
+RPCSECGSS_LIBS = @RPCSECGSS_LIBS@
 SET_MAKE = @SET_MAKE@
 SHELL = @SHELL@
 STRIP = @STRIP@
@@ -164,6 +167,7 @@ ac_ct_F77 = @ac_ct_F77@
 ac_ct_LD = @ac_ct_LD@
 ac_ct_RANLIB = @ac_ct_RANLIB@
 ac_ct_STRIP = @ac_ct_STRIP@
+ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
@@ -243,22 +247,7 @@ EXTRA_DIST = \
        \
        aclocal/nfs-utils.m4 \
        aclocal/kerberos5.m4 \
-       aclocal/tcp-wrappers.m4 \
-       \
-       support/rpc/include/rpc/auth_gss.h \
-       support/rpc/include/rpc/auth.h \
-       support/rpc/include/rpc/auth_unix.h \
-       support/rpc/include/rpc/clnt.h \
-       support/rpc/include/rpc/pmap_clnt.h \
-       support/rpc/include/rpc/pmap_prot.h \
-       support/rpc/include/rpc/pmap_rmt.h \
-       support/rpc/include/rpc/rpc_des.h \
-       support/rpc/include/rpc/rpc.h \
-       support/rpc/include/rpc/rpc_msg.h \
-       support/rpc/include/rpc/svc_auth.h \
-       support/rpc/include/rpc/svc.h \
-       support/rpc/include/rpc/types.h \
-       support/rpc/include/rpc/xdr.h
+       aclocal/tcp-wrappers.m4
 
 all: all-recursive
 
@@ -442,7 +431,7 @@ distclean-tags:
 distdir: $(DISTFILES)
        $(am__remove_distdir)
        mkdir $(distdir)
-       $(mkdir_p) $(distdir)/aclocal $(distdir)/debian $(distdir)/support/rpc/include/rpc
+       $(mkdir_p) $(distdir)/aclocal $(distdir)/debian
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
        list='$(DISTFILES)'; for file in $$list; do \