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 \
|
importjob.h \
|
||||||
keygenerationjob.h \
|
keygenerationjob.h \
|
||||||
keylistjob.h \
|
keylistjob.h \
|
||||||
listallkeysjob.h
|
listallkeysjob.h \
|
||||||
|
verifydetachedjob.h
|
||||||
|
|
||||||
private_qgpgme_headers = \
|
private_qgpgme_headers = \
|
||||||
qgpgme_export.h \
|
qgpgme_export.h \
|
||||||
@ -187,7 +188,7 @@ uninstall-local: uninstall-cmake-files
|
|||||||
|
|
||||||
BUILT_SOURCES = $(qgpgme_moc_sources)
|
BUILT_SOURCES = $(qgpgme_moc_sources)
|
||||||
|
|
||||||
CLEANFILES = $(qgpgme_moc_sources)
|
CLEANFILES = $(qgpgme_moc_sources) QGpgmeConfig.cmake
|
||||||
|
|
||||||
nodist_libqgpgme_la_SOURCES = $(qgpgme_moc_sources)
|
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~ \
|
gpg-agent.conf pubring.kbx~ S.gpg-agent gpg.conf pubring.gpg~ \
|
||||||
random_seed S.gpg-agent .gpg-v21-migrated pubring-stamp $(moc_files)
|
random_seed S.gpg-agent .gpg-v21-migrated pubring-stamp $(moc_files)
|
||||||
|
|
||||||
|
clean-local:
|
||||||
|
-rm -fR -- private-keys-v1.d
|
||||||
|
|
||||||
export GNUPGHOME := $(abs_builddir)
|
export GNUPGHOME := $(abs_builddir)
|
||||||
|
|
||||||
./pubring-stamp: $(top_srcdir)/tests/gpg/pubdemo.asc \
|
./pubring-stamp: $(top_srcdir)/tests/gpg/pubdemo.asc \
|
||||||
|
Loading…
Reference in New Issue
Block a user