]> git.decadent.org.uk Git - nfs-utils.git/commit
autoconf: don't let libnfsidmap test add -lnfsidmap to $LIBS
authorJeff Layton <jlayton@redhat.com>
Fri, 23 Dec 2011 19:41:11 +0000 (14:41 -0500)
committerSteve Dickson <steved@redhat.com>
Thu, 5 Jan 2012 20:42:40 +0000 (15:42 -0500)
commit17e77da99f103191da3e1e7d0b43838a04c5ac3b
tree5ceea875f5eb246e9f55899045a377fe95cfe9ef
parentd33381555310aacaa9a5da05ccb3b156abea2971
autoconf: don't let libnfsidmap test add -lnfsidmap to $LIBS

...as that makes that library get linked into every binary. Also,
replace "hardcoded" -lnfsidmap linker flag in Makefiles with
a AC_SUBST variable.

This fixes a regression introduced in commit d7c64dd.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
aclocal/libnfsidmap.m4
utils/gssd/Makefile.am
utils/idmapd/Makefile.am
utils/nfsidmap/Makefile.am