Lines 9-15
AM_CPPFLAGS += $(INCLUDE_openssl_crypto)
Link Here
|
9 |
endif |
9 |
endif |
10 |
|
10 |
|
11 |
AM_CPPFLAGS += -I$(top_srcdir)/lib/hx509 \ |
11 |
AM_CPPFLAGS += -I$(top_srcdir)/lib/hx509 \ |
12 |
-I$(srcdir)/libtommath -DUSE_HCRYPTO_LTM=1 |
12 |
-I$(srcdir)/libtommath -DUSE_HCRYPTO_LTM=1 \ |
|
|
13 |
-I$(top_srcdir)/lib |
13 |
|
14 |
|
14 |
lib_LTLIBRARIES = libhcrypto.la |
15 |
lib_LTLIBRARIES = libhcrypto.la |
15 |
check_LTLIBRARIES = libhctest.la |
16 |
check_LTLIBRARIES = libhctest.la |