diff options
Diffstat (limited to 'source4/torture/local/config.mk')
-rw-r--r-- | source4/torture/local/config.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk index d11dfd2c8d..03b4304e24 100644 --- a/source4/torture/local/config.mk +++ b/source4/torture/local/config.mk @@ -8,6 +8,8 @@ PRIVATE_PROTO_HEADER = \ OBJ_FILES = \ iconv.o \ ../../lib/talloc/testsuite.o \ + ../../lib/crypto/sha1test.o \ + ../../lib/crypto/hmacsha1test.o \ messaging.o \ binding_string.o \ idtree.o \ @@ -28,6 +30,7 @@ PUBLIC_DEPENDENCIES = \ MESSAGING \ ICONV \ registry \ + LIBCRYPTO \ POPT_CREDENTIALS \ TORTURE_UI # End SUBSYSTEM TORTURE_LOCAL |