diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index eb10eec..2737ebb 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -1,7 +1,10 @@ | |||
1 | include $(top_srcdir)/Makefile.am.common | 1 | include $(top_srcdir)/Makefile.am.common |
2 | 2 | ||
3 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/modes | 3 | AM_CPPFLAGS += -DLIBRESSL_CRYPTO_INTERNAL |
4 | |||
4 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/asn1 | 5 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/asn1 |
6 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/bio | ||
7 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/modes | ||
5 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/x509 | 8 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/x509 |
6 | AM_CPPFLAGS += -I $(top_srcdir)/ssl | 9 | AM_CPPFLAGS += -I $(top_srcdir)/ssl |
7 | AM_CPPFLAGS += -I $(top_srcdir)/apps/openssl | 10 | AM_CPPFLAGS += -I $(top_srcdir)/apps/openssl |