[Pkg-gnupg-commit] [gpgme] 32/53: qt: Install abstractimportjob.h

Daniel Kahn Gillmor dkg at fifthhorseman.net
Mon Oct 24 19:26:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch experimental
in repository gpgme.

commit ce7385caabb57e5435695cc912acffe2815770b7
Author: Daniel Vrátil <dvratil at kde.org>
Date:   Tue Oct 11 19:32:08 2016 +0200

    qt: Install abstractimportjob.h
    
    * lang/cpp/src/Makefile.am: Install abstractimportjob.h since it's
    included from importjob.h
    
    --
    Fixes build when someone inclues importjob.h in their code.
---
 lang/qt/src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/qt/src/Makefile.am b/lang/qt/src/Makefile.am
index 96b77b4..df93a1d 100644
--- a/lang/qt/src/Makefile.am
+++ b/lang/qt/src/Makefile.am
@@ -39,6 +39,7 @@ qgpgme_sources = \
 
 # If you add one here make sure that you also add one in camelcase
 qgpgme_headers= \
+    abstractimportjob.h \
     adduseridjob.h \
     changeexpiryjob.h \
     changeownertrustjob.h \
@@ -109,7 +110,6 @@ camelcase_headers= \
 
 private_qgpgme_headers = \
     qgpgme_export.h \
-    abstractimportjob.h \
     protocol_p.h \
     qgpgmeadduseridjob.h \
     qgpgmebackend.h \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git



More information about the Pkg-gnupg-commit mailing list