summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Heinecke <aheinecke@intevation.de>2018-11-14 17:21:24 +0100
committerAndre Heinecke <aheinecke@intevation.de>2018-11-14 17:21:24 +0100
commitdef030e843bd4576597272abe9fe12f846066576 (patch)
tree8ccd5319744aa925c0a524fff0fd8369b625cdff
parentd0087d45f0207bf82a4f078d972c28c4d1cd2690 (diff)
downloadgpgme-def030e843bd4576597272abe9fe12f846066576.tar.gz
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.
-rw-r--r--tests/json/Makefile.am5
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@