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.
This commit is contained in:
Andre Heinecke 2018-11-14 17:21:24 +01:00
parent d0087d45f0
commit def030e843
No known key found for this signature in database
GPG Key ID: 2978E9D40CBABA5C

View File

@ -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@