1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s4: Pass WINBINDD_SOCKET_DIR var in order to overide the location of the Winbind socket

This commit is contained in:
Matthieu Patou 2009-09-10 23:33:16 +04:00 committed by Andrew Bartlett
parent 45b7b713a3
commit 344fb71cb8

View File

@ -2,6 +2,7 @@
PRIVATE_DEPENDENCIES = SOCKET_WRAPPER
LIBWINBIND-CLIENT_OBJ_FILES = $(nsswitchsrcdir)/wb_common.o
$(LIBWINBIND-CLIENT_OBJ_FILES): CFLAGS+=-DWINBINDD_SOCKET_DIR=\"$(winbindd_socket_dir)\"
#################################
# Start BINARY nsstest
@ -37,3 +38,4 @@ PRIVATE_DEPENDENCIES = \
wbinfo_OBJ_FILES = \
$(nsswitchsrcdir)/wbinfo.o
$(wbinfo_OBJ_FILES): CFLAGS+=-DWINBINDD_SOCKET_DIR=\"$(winbindd_socket_dir)\"