diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-06-25 22:42:12 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:09:31 -0500 |
commit | 509fd041aa748f4376405fb424117a85dafbbb28 (patch) | |
tree | 4cc291fc6ad7bf9649b8d44a1f0af8e1f8432f4a | |
parent | cb93d28e7c06fc8a95f9fda69fc2a9705120b10a (diff) | |
download | samba-509fd041aa748f4376405fb424117a85dafbbb28.tar.gz samba-509fd041aa748f4376405fb424117a85dafbbb28.tar.bz2 samba-509fd041aa748f4376405fb424117a85dafbbb28.zip |
r16514: Fix build (not run!) of --enable-dso.
(This used to be commit cebabc7588b171f575f2193f4f6ead01b524acb2)
-rw-r--r-- | source4/torture/config.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk index 9f6f2162f4..e87e5ae3a9 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -100,7 +100,7 @@ OBJ_FILES = misc.o [MODULE::torture_rpc] # TORTURE_NET and TORTURE_NBT use functions from torture_rpc... -OUTPUT_TYPE = INTEGRATED +#OUTPUT_TYPE = INTEGRATED SUBSYSTEM = torture INIT_FUNCTION = torture_rpc_init PRIVATE_PROTO_HEADER = \ @@ -270,7 +270,10 @@ PRIVATE_DEPENDENCIES = \ torture \ LIBPOPT \ POPT_SAMBA \ - POPT_CREDENTIALS + POPT_CREDENTIALS \ + TORTURE_UI \ + dcerpc \ + LIBCLI_SMB MANPAGE = man/smbtorture.1 # End BINARY smbtorture ################################# |