hcrypto: fix include path
This commit is contained in:

committed by
Luke Howard

parent
872222db35
commit
329918bd67
@@ -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
|
||||
|
Reference in New Issue
Block a user