summaryrefslogtreecommitdiff
path: root/source4/torture/winbind/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-09-16 14:20:53 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:06:48 -0500
commit7c8e4c7cbb87978b1dc1c948e1918abbc8fe1286 (patch)
tree4860be19a9fa3c6cd113e6b496b8f675f7407b6d /source4/torture/winbind/config.mk
parent81539d4966cd9b8e70a55b2c7cfd8f060bc633ed (diff)
downloadsamba-7c8e4c7cbb87978b1dc1c948e1918abbc8fe1286.tar.gz
samba-7c8e4c7cbb87978b1dc1c948e1918abbc8fe1286.tar.bz2
samba-7c8e4c7cbb87978b1dc1c948e1918abbc8fe1286.zip
r25189: add first winbind test for the struct based protocol (WINBINDD_PING)
metze (This used to be commit 84b5babae7d24f5e076318f57642c99e40e7bf6b)
Diffstat (limited to 'source4/torture/winbind/config.mk')
-rw-r--r--source4/torture/winbind/config.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/torture/winbind/config.mk b/source4/torture/winbind/config.mk
index d7351144b7..b64b0647fc 100644
--- a/source4/torture/winbind/config.mk
+++ b/source4/torture/winbind/config.mk
@@ -7,8 +7,9 @@ INIT_FUNCTION = torture_winbind_init
PRIVATE_PROTO_HEADER = \
proto.h
OBJ_FILES = \
- winbind.o
+ winbind.o \
+ struct_based.o
PRIVATE_DEPENDENCIES = \
- POPT_CREDENTIALS
+ LIBWINBIND-CLIENT
# End SUBSYSTEM TORTURE_WINBIND
#################################