[Pkg-privacy-commits] [libotr] 19/20: Add LIBGCRYPT_CFLAGS to the test suite

Intrigeri intrigeri at moszumanska.debian.org
Thu Mar 10 09:25:59 UTC 2016


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to annotated tag 4.1.1
in repository libotr.

commit b7de3dbf16f0ef1b4e3ed3b5b88f290935aeb12c
Author: Ian Goldberg <iang at cs.uwaterloo.ca>
Date:   Mon Mar 7 08:51:58 2016 -0500

    Add LIBGCRYPT_CFLAGS to the test suite
---
 ChangeLog                           | 5 +++++
 tests/regression/client/Makefile.am | 3 ++-
 tests/unit/Makefile.am              | 3 ++-
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d0e7911..4780a8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-03-07
+
+	* tests/regression/client/Makefile.am:
+	* tests/unit/Makefile.am: Add LIBGCRYPT_CFLAGS to the test suite
+
 2016-03-06
 
 	* Makefile.am: Add bootstrap to the tarball
diff --git a/tests/regression/client/Makefile.am b/tests/regression/client/Makefile.am
index 37447c1..d2b11be 100644
--- a/tests/regression/client/Makefile.am
+++ b/tests/regression/client/Makefile.am
@@ -1,7 +1,8 @@
 AM_CFLAGS = -I$(top_srcdir)/include \
 			-I$(top_srcdir)/src \
 			-I$(top_srcdir)/tests/utils/ \
-			-I$(srcdir)
+			-I$(srcdir) \
+			@LIBGCRYPT_CFLAGS@
 
 LIBTAP=$(top_builddir)/tests/utils/tap/libtap.la
 
diff --git a/tests/unit/Makefile.am b/tests/unit/Makefile.am
index 239859d..d48a6c7 100644
--- a/tests/unit/Makefile.am
+++ b/tests/unit/Makefile.am
@@ -1,7 +1,8 @@
 AM_CFLAGS = -I$(top_srcdir)/include \
 			-I$(top_srcdir)/src \
 			-I$(top_srcdir)/tests/utils/ \
-			-I$(srcdir)
+			-I$(srcdir) \
+			@LIBGCRYPT_CFLAGS@
 
 LIBTAP=$(top_builddir)/tests/utils/tap/libtap.la
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/libotr.git



More information about the Pkg-privacy-commits mailing list