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:
parent
65e92c6ffe
commit
0b4ad41973
@ -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
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user