summaryrefslogtreecommitdiff
path: root/source4/torture/winbind/config.mk
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-10-16 00:33:38 +0200
committerGünther Deschner <gd@samba.org>2009-10-16 02:04:29 +0200
commit612deb2699c87fc05b98290e1791493603e7b686 (patch)
tree2cc5d5a086314432feaa747d6b66ced251c3d161 /source4/torture/winbind/config.mk
parent8b247f35389a899c805d018adb92f372e562a378 (diff)
downloadsamba-612deb2699c87fc05b98290e1791493603e7b686.tar.gz
samba-612deb2699c87fc05b98290e1791493603e7b686.tar.bz2
samba-612deb2699c87fc05b98290e1791493603e7b686.zip
s4-smbtorture: add very basic libwbclient testsuite.
Guenther
Diffstat (limited to 'source4/torture/winbind/config.mk')
-rw-r--r--source4/torture/winbind/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/winbind/config.mk b/source4/torture/winbind/config.mk
index d2c57e9c97..2bd613d649 100644
--- a/source4/torture/winbind/config.mk
+++ b/source4/torture/winbind/config.mk
@@ -6,11 +6,11 @@ SUBSYSTEM = smbtorture
OUTPUT_TYPE = MERGED_OBJ
INIT_FUNCTION = torture_winbind_init
PRIVATE_DEPENDENCIES = \
- LIBWINBIND-CLIENT torture PAM_ERRORS
+ LIBWBCLIENT LIBWINBIND-CLIENT torture PAM_ERRORS
# End SUBSYSTEM TORTURE_WINBIND
#################################
-TORTURE_WINBIND_OBJ_FILES = $(addprefix $(torturesrcdir)/winbind/, winbind.o struct_based.o)
+TORTURE_WINBIND_OBJ_FILES = $(addprefix $(torturesrcdir)/winbind/, winbind.o struct_based.o) ../nsswitch/libwbclient/tests/wbclient.o
$(eval $(call proto_header_template,$(torturesrcdir)/winbind/proto.h,$(TORTURE_WINBIND_OBJ_FILES:.o=.c)))