]> git.decadent.org.uk Git - nfs-utils.git/commit
nfs-utils: clean up handling of libgssglue in gssd Makefile nfs-utils-1-1-6-rc2
authorChuck Lever <chuck.lever@oracle.com>
Mon, 16 Mar 2009 17:42:44 +0000 (13:42 -0400)
committerSteve Dickson <steved@redhat.com>
Mon, 16 Mar 2009 17:42:44 +0000 (13:42 -0400)
commit1a4bbe59d5cf0684c46b329fcc765eac97dab6ba
tree9cc83132416d74580ebbe14c0084c25742842bcf
parent336f8bca825416082d62ef38314f3e0b7e8f5cc2
nfs-utils: clean up handling of libgssglue in gssd Makefile

From: Jeff Layton <jlayton@redhat.com>

Make the pkgconfig check for libgssglue conditional on tirpc being
enabled. When it's disabled, the pkgconfig check for librpcsecgss will
pull in the gssglue lib and include dir automatically.

Also, make sure we include GSSGLUE_CFLAGS and the GSSGLUE_LIBS to the
appropriate places in utils/gssd/Makefile.am so that we pick up
the gssglue libs when tirpc is enabled.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
aclocal/rpcsec_vers.m4
utils/gssd/Makefile.am