qt: Fix distcheck.

* lang/qt/src/Makefile.am (qgpgme_headers): Add missing file.
(CLEANFILES): Add generated file.
* lang/qt/tests/Makefile.am (clean-local): Remove private keys.

Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
Justus Winter 2016-07-06 11:01:55 +02:00
parent 49286ac1c8
commit 38c408560c
2 changed files with 6 additions and 2 deletions

View File

@ -63,7 +63,8 @@ qgpgme_headers= \
importjob.h \
keygenerationjob.h \
keylistjob.h \
listallkeysjob.h
listallkeysjob.h \
verifydetachedjob.h
private_qgpgme_headers = \
qgpgme_export.h \
@ -187,7 +188,7 @@ uninstall-local: uninstall-cmake-files
BUILT_SOURCES = $(qgpgme_moc_sources)
CLEANFILES = $(qgpgme_moc_sources)
CLEANFILES = $(qgpgme_moc_sources) QGpgmeConfig.cmake
nodist_libqgpgme_la_SOURCES = $(qgpgme_moc_sources)

View File

@ -61,6 +61,9 @@ CLEANFILES = secring.gpg pubring.gpg pubring.kbx trustdb.gpg dirmngr.conf \
gpg-agent.conf pubring.kbx~ S.gpg-agent gpg.conf pubring.gpg~ \
random_seed S.gpg-agent .gpg-v21-migrated pubring-stamp $(moc_files)
clean-local:
-rm -fR -- private-keys-v1.d
export GNUPGHOME := $(abs_builddir)
./pubring-stamp: $(top_srcdir)/tests/gpg/pubdemo.asc \