Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 649492 | Differences between
and this patch

Collapse All | Expand All

(-)a/a/lib/hcrypto/Makefile.am (-1 / +2 lines)
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$(srcdir)/..
13
14
14
lib_LTLIBRARIES = libhcrypto.la
15
lib_LTLIBRARIES = libhcrypto.la
15
check_LTLIBRARIES = libhctest.la
16
check_LTLIBRARIES = libhctest.la

Return to bug 649492