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/gpg | |
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/gpg')
-rw-r--r-- | tests/gpg/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/gpg/Makefile.am b/tests/gpg/Makefile.am index 5c1266ec..5f40dfe2 100644 --- a/tests/gpg/Makefile.am +++ b/tests/gpg/Makefile.am @@ -57,9 +57,7 @@ EXTRA_DIST = start-stop-agent initial.test final.test \ pubdemo.asc secdemo.asc cipher-1.asc cipher-2.asc \ geheim.txt pubkey-1.asc seckey-1.asc pinentry $(private_keys) -INCLUDES = -I$(top_builddir)/src - -AM_CPPFLAGS = @GPG_ERROR_CFLAGS@ +AM_CPPFLAGS = -I$(top_builddir)/src @GPG_ERROR_CFLAGS@ LDADD = ../../src/libgpgme.la t_thread1_LDADD = ../../src/libgpgme-pthread.la -lpthread |