summaryrefslogtreecommitdiff
path: root/source4/lib/crypto/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/crypto/config.mk')
-rw-r--r--source4/lib/crypto/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/crypto/config.mk b/source4/lib/crypto/config.mk
index 6fef525dbf..b9a7f7cb9e 100644
--- a/source4/lib/crypto/config.mk
+++ b/source4/lib/crypto/config.mk
@@ -16,4 +16,4 @@ PRIVATE_DEPENDENCIES = LIBCRYPTO
TORTURE_LIBCRYPTO_OBJ_FILES = $(addprefix $(libcryptosrcdir)/, \
md4test.o md5test.o hmacmd5test.o sha1test.o hmacsha1test.o)
-$(eval $(call proto_header_template,$(libcryptosrcdir)/test_proto.h,$(TORTURE_LIBCRYPTO_OBJ_FILES)))
+$(eval $(call proto_header_template,$(libcryptosrcdir)/test_proto.h,$(TORTURE_LIBCRYPTO_OBJ_FILES:.o=.c)))