1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-02 08:58:33 +03:00

nsswitch: build libnss_winbindd.so only for the non merged build

metze
This commit is contained in:
Stefan Metzmacher 2010-03-09 11:14:50 +01:00
parent 65e92c6ffe
commit 0b4ad41973

View File

@ -2,9 +2,11 @@ AC_CHECK_HEADERS(nss.h nss_common.h ns_api.h )
case "$host_os" in
*linux*)
if test x"$MERGED_BUILD" != x"1"; then
SMB_BUILD_LIBRARY(nss_winbind,
[../nsswitch/winbind_nss_linux.o],
[LIBWINBIND-CLIENT])
fi
;;
*)
;;