From 208f0297466ce68abfc432f4944f81eb8bf47cf8 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 25 Aug 2015 10:37:02 +0200 Subject: [PATCH] tests: Build test programs in tests/ without wrappers. -- --- tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index 94eddac5..89e52e8d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -26,6 +26,7 @@ TESTS = t-version t-data t-engine-info EXTRA_DIST = start-stop-agent t-data-1.txt t-data-2.txt ChangeLog-2011 AM_CPPFLAGS = -I$(top_builddir)/src @GPG_ERROR_CFLAGS@ +AM_LDFLAGS = -no-install LDADD = ../src/libgpgme.la @GPG_ERROR_LIBS@ noinst_HEADERS = run-support.h