diff options
author | Andre Heinecke <[email protected]> | 2016-11-04 11:33:57 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2016-11-04 11:41:52 +0000 |
commit | 3509cf2f9846360848b6c08d36cbca18373c935e (patch) | |
tree | 580d14eaccdf8f0629b4a6f5f0b689fbf9c35f4a /lang/cpp/src/Makefile.am | |
parent | cpp: Add more EngineInfo::Version ctors (diff) | |
download | gpgme-3509cf2f9846360848b6c08d36cbca18373c935e.tar.gz gpgme-3509cf2f9846360848b6c08d36cbca18373c935e.zip |
cpp: Add API for swdb queries
* lang/cpp/src/swdbresult.cpp,
lang/cpp/src/swdbresult.h (SwdbResult): New.
* lang/cpp/src/Makefile.am: Update accordingly.
Diffstat (limited to '')
-rw-r--r-- | lang/cpp/src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/cpp/src/Makefile.am b/lang/cpp/src/Makefile.am index 8ea99f5c..608d2d98 100644 --- a/lang/cpp/src/Makefile.am +++ b/lang/cpp/src/Makefile.am @@ -33,7 +33,7 @@ main_sources = \ gpgsetownertrusteditinteractor.cpp gpgsignkeyeditinteractor.cpp \ gpgadduserideditinteractor.cpp defaultassuantransaction.cpp \ scdgetinfoassuantransaction.cpp gpgagentgetinfoassuantransaction.cpp \ - vfsmountresult.cpp configuration.cpp tofuinfo.cpp + vfsmountresult.cpp configuration.cpp tofuinfo.cpp swdbresult.cpp gpgmepp_headers = \ configuration.h context.h data.h decryptionresult.h \ @@ -45,7 +45,7 @@ gpgmepp_headers = \ importresult.h keygenerationresult.h key.h keylistresult.h \ notation.h result.h scdgetinfoassuantransaction.h signingresult.h \ trustitem.h verificationresult.h vfsmountresult.h gpgmepp_export.h \ - tofuinfo.h + tofuinfo.h swdbresult.h private_gpgmepp_headers = \ result_p.h context_p.h util.h callbacks.h data_p.h |