summaryrefslogtreecommitdiff
path: root/source4/lib/basic.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-11-12 00:05:10 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:45:07 +0100
commit73f88ad2508c83c48505af96abaa2dfc449f4b40 (patch)
treee461b09c5d046fec0a4024d9346ffc3e50e75d26 /source4/lib/basic.mk
parent0b2780a6a424eea9989443d288435b248d653763 (diff)
downloadsamba-73f88ad2508c83c48505af96abaa2dfc449f4b40.tar.gz
samba-73f88ad2508c83c48505af96abaa2dfc449f4b40.tar.bz2
samba-73f88ad2508c83c48505af96abaa2dfc449f4b40.zip
r25931: Add config .mk file for crypto lib.
(This used to be commit 21ab43158f723069dd70fae43d780878c38ead31)
Diffstat (limited to 'source4/lib/basic.mk')
-rw-r--r--source4/lib/basic.mk25
1 files changed, 1 insertions, 24 deletions
diff --git a/source4/lib/basic.mk b/source4/lib/basic.mk
index aa1a5df19c..d1ed7ede0d 100644
--- a/source4/lib/basic.mk
+++ b/source4/lib/basic.mk
@@ -16,30 +16,7 @@ include stream/config.mk
include util/config.mk
include tdr/config.mk
include dbwrap/config.mk
-
-##############################
-# Start SUBSYSTEM LIBCRYPTO
-[SUBSYSTEM::LIBCRYPTO]
-OBJ_FILES = \
- crypto/crc32.o \
- crypto/md5.o \
- crypto/hmacmd5.o \
- crypto/md4.o \
- crypto/arcfour.o \
- crypto/sha1.o \
- crypto/hmacsha1.o
-# 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
+include crypto/config.mk
################################################
# Start SUBSYSTEM LIBCOMPRESSION