diff options
author | Werner Koch <[email protected]> | 2015-01-30 09:45:20 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-01-30 09:45:20 +0000 |
commit | 428ea7696585bc24d127b903840554ca659069b6 (patch) | |
tree | 9bdb09629b1a310e6074a96a37c05b7010960a49 /tests/Makefile.am | |
parent | doc: Update gpl.texi to match version from gnupg (diff) | |
download | gpgme-428ea7696585bc24d127b903840554ca659069b6.tar.gz gpgme-428ea7696585bc24d127b903840554ca659069b6.zip |
Switch to automake 1.14 and update build-aux files.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 0ecdab21..4b465d8e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -25,9 +25,7 @@ TESTS = t-version t-data t-engine-info EXTRA_DIST = t-data-1.txt t-data-2.txt ChangeLog-2011 -INCLUDES = -I$(top_builddir)/src - -AM_CPPFLAGS = @GPG_ERROR_CFLAGS@ +AM_CPPFLAGS = -I$(top_builddir)/src @GPG_ERROR_CFLAGS@ LDADD = ../src/libgpgme.la @GPG_ERROR_LIBS@ noinst_HEADERS = run-support.h |