diff options
author | Marcus Brinkmann <[email protected]> | 2001-10-22 12:50:36 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2001-10-22 12:50:36 +0000 |
commit | 901bb49285a23f6b3cfb6597dc9d4d300f905430 (patch) | |
tree | f7e8f822ae31bad657278b4861d274c5240623d1 /tests/Makefile.am | |
parent | Fix version number dependency. (diff) | |
download | gpgme-901bb49285a23f6b3cfb6597dc9d4d300f905430.tar.gz gpgme-901bb49285a23f6b3cfb6597dc9d4d300f905430.zip |
2001-10-22 Marcus Brinkmann <[email protected]>
* Makefile.am (INCLUDES): Remove spurious duplicate to silence
automake.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 282e0636..6b6d4956 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -31,7 +31,6 @@ EXTRA_DIST = mkdemodirs pubdemo.asc secdemo.asc cipher-1.asc geheim.txt \ INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl -INCLUDES = LDADD = ../gpgme/libgpgme.la # We don't run t-genkey in the test suite, because it taes too long |