diff options
author | Andre Heinecke <[email protected]> | 2021-08-27 10:58:27 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2021-08-27 10:58:27 +0000 |
commit | bc774104bbf461805f875c2bfd2d02aa6dd0945d (patch) | |
tree | 5e858cc4721c4e8c0e8a5578e0abdd403f34144e /tests/gpg/Makefile.am | |
parent | core: Use flexible array member if compiler has support. (diff) | |
download | gpgme-bc774104bbf461805f875c2bfd2d02aa6dd0945d.tar.gz gpgme-bc774104bbf461805f875c2bfd2d02aa6dd0945d.zip |
Add missing files for distribution
* lang/qt/src/Makefile.am (private_qgpgme_headers): Add job_p.h
* tests/gpg/Makefile.am (EXTRA_DIST): Add gpg.conf.in
Diffstat (limited to 'tests/gpg/Makefile.am')
-rw-r--r-- | tests/gpg/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/gpg/Makefile.am b/tests/gpg/Makefile.am index bb90ccb6..311d7d44 100644 --- a/tests/gpg/Makefile.am +++ b/tests/gpg/Makefile.am @@ -60,7 +60,8 @@ private_keys = \ 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) + geheim.txt pubkey-1.asc seckey-1.asc pinentry $(private_keys) \ + gpg.conf.in BUILT_SOURCES = gpg.conf gpg-agent.conf pubring-stamp \ gpg-sample.stamp |