aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Vrátil <[email protected]>2016-10-11 17:32:08 +0000
committerAndre Heinecke <[email protected]>2016-10-11 17:43:37 +0000
commitce7385caabb57e5435695cc912acffe2815770b7 (patch)
tree9a3ca684fa01bcada8fdb582dcbd0d36b5bb4d91
parentcpp: Add API for gpgme_addrspec_from_uid (diff)
downloadgpgme-ce7385caabb57e5435695cc912acffe2815770b7.tar.gz
gpgme-ce7385caabb57e5435695cc912acffe2815770b7.zip
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.
-rw-r--r--lang/qt/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/qt/src/Makefile.am b/lang/qt/src/Makefile.am
index 96b77b49..df93a1da 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 \