summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMoritz Schulte <mo@g10code.com>2003-06-18 01:10:59 +0000
committerMoritz Schulte <mo@g10code.com>2003-06-18 01:10:59 +0000
commit93acea0e465dc8586afdd2d574bb8f585a9f9f09 (patch)
tree2f2e9697e738fa85ef5e87c02ab6631b9ac03406 /tests
parent8bf4cec38f61fa5d2c8208a668c6f816112ac963 (diff)
downloadlibgcrypt-93acea0e465dc8586afdd2d574bb8f585a9f9f09.tar.gz
2003-06-18 Moritz Schulte <moritz@g10code.com>
* Makefile.am (AM_CFLAGS): Added: @GPG_ERROR_CFLAGS@.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 450d271a..c1d24bcd 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -21,7 +21,7 @@
# TESTS_ENVIRONMENT =
-TESTS = basic tsexp keygen pubkey
+TESTS = basic tsexp keygen pubkey
EXTRA_DIST =
@@ -31,3 +31,4 @@ INCLUDES = -I$(top_srcdir)/src
LDADD = ../src/libgcrypt.la
noinst_PROGRAMS = $(TESTS)
+AM_CFLAGS = @GPG_ERROR_CFLAGS@