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/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$(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
(-)a/lib/hx509/Makefile.am (+2 lines)
Lines 7-12 libhx509_la_LDFLAGS = -version-info 5:0:0 Link Here
7
7
8
BUILT_SOURCES =				\
8
BUILT_SOURCES =				\
9
	sel-gram.h			\
9
	sel-gram.h			\
10
	ocsp_asn1.h			\
11
	pkcs10_asn1.h			\
10
	$(gen_files_ocsp:.x=.c)		\
12
	$(gen_files_ocsp:.x=.c)		\
11
	$(gen_files_pkcs10:.x=.c)	\
13
	$(gen_files_pkcs10:.x=.c)	\
12
	hx509_err.c			\
14
	hx509_err.c			\

Return to bug 649492