summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2006-03-28 00:53:30 +0000
committerneilbrown <neilbrown>2006-03-28 00:53:30 +0000
commit4b4f1c94d87475fd45bb17119a862adb17a067a9 (patch)
treeb96ac01f1a062ba42adf2cbfae959e5c726560ff /Makefile.am
parent7c0658702830ca9f4d019bbdca0d94fa657a0f17 (diff)
downloadnfs-utils-4b4f1c94d87475fd45bb17119a862adb17a067a9.tar.gz
nfs-utils-4b4f1c94d87475fd45bb17119a862adb17a067a9.tar.xz
nfs-utils-4b4f1c94d87475fd45bb17119a862adb17a067a9.zip
Use PKGCONFIG to locate gssapi and rpcsecgss header files
Instead of having separate copies of the gssapi and rpcsecgss header files, or depending on the Kerberos gssapi header, locate the headers now installed with the libgssapi and librpcsecgss libraries. Remove local copies of the gssapi and rpcsecgss header files. This depends on the configure_use_autotools patch.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am18
1 files changed, 1 insertions, 17 deletions
diff --git a/Makefile.am b/Makefile.am
index ff6f093..8298aa0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,23 +37,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
install-data-hook:
if [ ! -d $(DESTDIR)$(statedir) ]; then mkdir -p $(DESTDIR)$(statedir); fi