summaryrefslogtreecommitdiffstats
path: root/source4/lib/basic.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-11-11 23:36:53 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:45:06 +0100
commitdbc78e20169c97f2592ddb18fdf48a1c91a3f77d (patch)
tree8ef895da9d2f8edbdba9988a1e220bfa03163c79 /source4/lib/basic.mk
parent6ee570c327a210a065823b308a7badfff6239a5f (diff)
downloadsamba-dbc78e20169c97f2592ddb18fdf48a1c91a3f77d.tar.gz
samba-dbc78e20169c97f2592ddb18fdf48a1c91a3f77d.tar.xz
samba-dbc78e20169c97f2592ddb18fdf48a1c91a3f77d.zip
r25928: Split up torture-local a bit.
(This used to be commit c6b109040856ba0f1ae0db2787cc838ff61df767)
Diffstat (limited to 'source4/lib/basic.mk')
-rw-r--r--source4/lib/basic.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/source4/lib/basic.mk b/source4/lib/basic.mk
index 0fc07bcd899..aa1a5df19c3 100644
--- a/source4/lib/basic.mk
+++ b/source4/lib/basic.mk
@@ -31,6 +31,16 @@ OBJ_FILES = \
# End SUBSYSTEM LIBCRYPTO
##############################
+[MODULE::TORTURE_LIBCRYPTO]
+OBJ_FILES = \
+ crypto/md4test.o \
+ crypto/md5test.o \
+ crypto/hmacmd5test.o \
+ crypto/sha1test.o \
+ crypto/hmacsha1test.o
+SUBSYSTEM = torture
+PRIVATE_DEPENDENCIES = LIBCRYPTO
+
################################################
# Start SUBSYSTEM LIBCOMPRESSION
[SUBSYSTEM::LIBCOMPRESSION]