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:
parent
49286ac1c8
commit
38c408560c
@ -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)
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user