diff options
author | Andre Heinecke <[email protected]> | 2018-11-14 16:21:24 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2018-11-14 16:21:24 +0000 |
commit | def030e843bd4576597272abe9fe12f846066576 (patch) | |
tree | 8ccd5319744aa925c0a524fff0fd8369b625cdff /tests/json | |
parent | tests,json: Add more tests (diff) | |
download | gpgme-def030e843bd4576597272abe9fe12f846066576.tar.gz gpgme-def030e843bd4576597272abe9fe12f846066576.zip |
tests,json: Fix distcheck
* tests/json/Makefile.am (EXTRA_DIST): Add inital and final scripts.
(t_json_SOURCES): Don't use cJSON.o as source.
Diffstat (limited to 'tests/json')
-rw-r--r-- | tests/json/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/json/Makefile.am b/tests/json/Makefile.am index 74c9c3e8..b4e1698a 100644 --- a/tests/json/Makefile.am +++ b/tests/json/Makefile.am @@ -43,7 +43,8 @@ private_keys = \ $(top_srcdir)/tests/gpg/7A030357C0F253A5BBCD282FFC4E521B37558F5C -EXTRA_DIST = t-chunking.in.json t-chunking.out.json \ +EXTRA_DIST = initial.test final.test \ + t-chunking.in.json t-chunking.out.json \ t-config.in.json t-config-opt.in.json \ t-config-opt.out.json t-config.out.json \ t-createkey.in.json t-createkey.out.json \ @@ -63,7 +64,7 @@ EXTRA_DIST = t-chunking.in.json t-chunking.out.json \ BUILT_SOURCES = gpg.conf gpg-agent.conf pubring-stamp \ gpg-sample.stamp -t_json_SOURCES = t-json.c ../../src/cJSON.o +t_json_SOURCES = t-json.c AM_LDFLAGS = -no-install LDADD = ../../src/libgpgme.la t_json_LDADD = ../../src/cJSON.o -lm ../../src/libgpgme.la @GPG_ERROR_LIBS@ |