summaryrefslogtreecommitdiff
path: root/ecp/src/ecp/crypto/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ecp/src/ecp/crypto/test/Makefile')
-rw-r--r--ecp/src/ecp/crypto/test/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/ecp/src/ecp/crypto/test/Makefile b/ecp/src/ecp/crypto/test/Makefile
index 0b5013f..f5e955b 100644
--- a/ecp/src/ecp/crypto/test/Makefile
+++ b/ecp/src/ecp/crypto/test/Makefile
@@ -1,7 +1,8 @@
-include ../../Makefile.platform
-CFLAGS += -I.. -I../include
+include ../../common.mk
+ssl_dir = ../../../../../ext/libressl
+CFLAGS += -I.. -I$(ssl_dir)/include
-dep=../e_chacha20poly1305.o ../curve25519/*.o ../chacha/*.o ../poly1305/*.o ../sha/*.o ../compat/*.o
+dep=../libecpcr.a
%.o: %.c