summaryrefslogtreecommitdiffstats
path: root/utils/gssd
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 /utils/gssd
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 'utils/gssd')
-rw-r--r--utils/gssd/Makefile.am7
1 files changed, 2 insertions, 5 deletions
diff --git a/utils/gssd/Makefile.am b/utils/gssd/Makefile.am
index d152525..2115a9e 100644
--- a/utils/gssd/Makefile.am
+++ b/utils/gssd/Makefile.am
@@ -37,14 +37,11 @@ gssd_SOURCES = \
krb5_util.h \
write_bytes.h
-gssd_LDADD = -lrpcsecgss -lgssapi -ldl $(KRBLIBS)
+gssd_LDADD = $(RPCSECGSS_LIBS) $(KRBLIBS)
gssd_LDFLAGS = -Wl,-rpath=$(KRBDIR)/lib
-gssd_CPPFLAGS = -I$(top_srcdir)/support/rpc/include \
- $(AM_CPPFLAGS) $(CPPFLAGS)
-
gssd_CFLAGS = $(AM_CFLAGS) $(CFLAGS) \
- $(KRBCFLAGS)
+ $(RPCSECGSS_CFLAGS) $(KRBCFLAGS)
svcgssd_SOURCES = \
$(COMMON_SRCS) \