[PATCH libksba 1/7] tests: Pass -no-install to libtool

Dmitry Eremin-Solenikov dbaryshkov at gmail.com
Sat Jul 12 13:11:13 CEST 2014


* tests/Makefile.am: add AM_LDFLAGS = -no-install

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>
---
 tests/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 3680049..013fb84 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -42,6 +42,7 @@ CLEANFILES = oidtranstbl.h
 TESTS = cert-basic t-crl-parser t-dnparser
 
 AM_CFLAGS = $(GPG_ERROR_CFLAGS)
+AM_LDFLAGS = -no-install
 
 noinst_HEADERS = t-common.h
 noinst_PROGRAMS = $(TESTS) t-cms-parser t-crl-parser t-dnparser t-ocsp t-oid
-- 
2.0.0




More information about the Gnupg-devel mailing list