diff options
| author | Daniel Vrátil <[email protected]> | 2016-10-11 17:32:08 +0000 | 
|---|---|---|
| committer | Andre Heinecke <[email protected]> | 2016-10-11 17:43:37 +0000 | 
| commit | ce7385caabb57e5435695cc912acffe2815770b7 (patch) | |
| tree | 9a3ca684fa01bcada8fdb582dcbd0d36b5bb4d91 | |
| parent | cpp: Add API for gpgme_addrspec_from_uid (diff) | |
| download | gpgme-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.am | 2 | 
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 \ | 
