hcrypto: fix include path

This commit is contained in:
Damir Franusic
2018-12-09 19:53:58 +01:00
committed by Luke Howard
parent 872222db35
commit 329918bd67

View File

@@ -9,7 +9,8 @@ AM_CPPFLAGS += $(INCLUDE_openssl_crypto)
endif
AM_CPPFLAGS += -I$(top_srcdir)/lib/hx509 \
-I$(srcdir)/libtommath -DUSE_HCRYPTO_LTM=1
-I$(srcdir)/libtommath -DUSE_HCRYPTO_LTM=1 \
-I$(srcdir)/..
lib_LTLIBRARIES = libhcrypto.la
check_LTLIBRARIES = libhctest.la