From 38c408560c6ebc3ea5eeeade01d38750bf5799e5 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Wed, 6 Jul 2016 11:01:55 +0200 Subject: 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 --- lang/qt/tests/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lang/qt/tests') diff --git a/lang/qt/tests/Makefile.am b/lang/qt/tests/Makefile.am index 379abb3e..c49d85f8 100644 --- a/lang/qt/tests/Makefile.am +++ b/lang/qt/tests/Makefile.am @@ -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 \ -- cgit v1.2.3