diff options
author | Ingo Klöcker <[email protected]> | 2023-03-17 08:06:23 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2023-03-17 08:20:08 +0000 |
commit | e50724e1bbe55678dfcd2a1ea75157f6514fc58a (patch) | |
tree | a67d06b664652832dc57fbd235f01e9a15a02c64 /tests | |
parent | build: Update autogen.sh from libgpg-error (diff) | |
download | gpgme-e50724e1bbe55678dfcd2a1ea75157f6514fc58a.tar.gz gpgme-e50724e1bbe55678dfcd2a1ea75157f6514fc58a.zip |
tests: Package the ownertrust file
tests/gpg/Makefile.am (EXTRA_DIST): Add ownertrust.txt.
--
This fixes `make distcheck`.
GnuPG-bug-id: 6342
Diffstat (limited to 'tests')
-rw-r--r-- | tests/gpg/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gpg/Makefile.am b/tests/gpg/Makefile.am index 6a82ca68..dc3642a6 100644 --- a/tests/gpg/Makefile.am +++ b/tests/gpg/Makefile.am @@ -61,7 +61,7 @@ EXTRA_DIST = initial.test final.test \ pubdemo.asc secdemo.asc cipher-1.asc cipher-2.asc \ cipher-3.asc cipher-no-sig.asc \ geheim.txt pubkey-1.asc seckey-1.asc pinentry $(private_keys) \ - gpg.conf.in + gpg.conf.in ownertrust.txt BUILT_SOURCES = gpg.conf gpg-agent.conf pubring-stamp \ gpg-sample.stamp |