diff options
| author | Maximilian Krambach <[email protected]> | 2018-05-09 14:55:50 +0000 |
|---|---|---|
| committer | Maximilian Krambach <[email protected]> | 2018-05-09 14:55:50 +0000 |
| commit | 5f5bf024a83625b8f8bac4779b1c2236637c23e0 (patch) | |
| tree | 28820efe4193c6fba8dbe795d5a042b035355967 /lang/qt/Makefile.am | |
| parent | js: more testing (diff) | |
| parent | json: Improve auto-base64 encoding to not split UTF-8 chars. (diff) | |
| download | gpgme-5f5bf024a83625b8f8bac4779b1c2236637c23e0.tar.gz gpgme-5f5bf024a83625b8f8bac4779b1c2236637c23e0.zip | |
Merge branch 'master' into javascript-binding
Diffstat (limited to '')
| -rw-r--r-- | lang/qt/Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/qt/Makefile.am b/lang/qt/Makefile.am index ab859609..a1b83e8d 100644 --- a/lang/qt/Makefile.am +++ b/lang/qt/Makefile.am @@ -19,6 +19,12 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA -SUBDIRS = src tests doc +if RUN_GPG_TESTS +tests = tests +else +tests = +endif + +SUBDIRS = src ${tests} doc EXTRA_DIST = README |
