1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r23675: Build libnss_winbind on linux.

(This used to be commit 9b74d3aef4)
This commit is contained in:
Kai Blin 2007-07-03 06:17:39 +00:00 committed by Gerald (Jerry) Carter
parent 170e019044
commit 06a87823aa
3 changed files with 1300 additions and 0 deletions

View File

@ -1 +1,14 @@
AC_CHECK_HEADERS(nss.h nss_common.h ns_api.h )
case "$host_os" in
*linux*)
SMB_LIBRARY(nss_winbind,
[Linux Name service switch library using winbind],
[nsswitch/winbind_nss_linux.o],
[LIBWINBIND-CLIENT],
[2],[2])
;;
*)
;;
esac

View File

@ -3,6 +3,7 @@ VERSION = 0.0.1
SO_VERSION = 0
DESCRIPTION = Client library for communicating with winbind
OBJ_FILES = wb_common.o
PRIVATE_DEPENDENCIES = SOCKET_WRAPPER
#################################
# Start BINARY nsstest

File diff suppressed because it is too large Load Diff