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
This commit is contained in:
parent
3c1c98a434
commit
bc774104bb
@ -128,6 +128,7 @@ camelcase_headers= \
|
|||||||
private_qgpgme_headers = \
|
private_qgpgme_headers = \
|
||||||
qgpgme_export.h \
|
qgpgme_export.h \
|
||||||
protocol_p.h \
|
protocol_p.h \
|
||||||
|
job_p.h \
|
||||||
qgpgmeadduseridjob.h \
|
qgpgmeadduseridjob.h \
|
||||||
qgpgmebackend.h \
|
qgpgmebackend.h \
|
||||||
qgpgmechangeexpiryjob.h \
|
qgpgmechangeexpiryjob.h \
|
||||||
|
@ -60,7 +60,8 @@ private_keys = \
|
|||||||
EXTRA_DIST = initial.test final.test \
|
EXTRA_DIST = initial.test final.test \
|
||||||
pubdemo.asc secdemo.asc cipher-1.asc cipher-2.asc \
|
pubdemo.asc secdemo.asc cipher-1.asc cipher-2.asc \
|
||||||
cipher-3.asc cipher-no-sig.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 \
|
BUILT_SOURCES = gpg.conf gpg-agent.conf pubring-stamp \
|
||||||
gpg-sample.stamp
|
gpg-sample.stamp
|
||||||
|
Loading…
Reference in New Issue
Block a user