summaryrefslogtreecommitdiff
path: root/src/json/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2021-07-26 17:25:53 +0200
committerChristian Grothoff <grothoff@gnunet.org>2021-07-26 17:26:09 +0200
commit91bb5623de1586912d323bf4dfd19c02d2a376d6 (patch)
tree0ed1cd99d433e776d063b82fde1e0306d70407f2 /src/json/Makefile.am
parent8951c9debef86f2c462f99b8ec37681f51fa8dd1 (diff)
downloadexchange-91bb5623de1586912d323bf4dfd19c02d2a376d6.tar.gz
exchange-91bb5623de1586912d323bf4dfd19c02d2a376d6.tar.bz2
exchange-91bb5623de1586912d323bf4dfd19c02d2a376d6.zip
JSON: implement taler-specific json pack functions
Diffstat (limited to 'src/json/Makefile.am')
-rw-r--r--src/json/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/json/Makefile.am b/src/json/Makefile.am
index 71175b2b3..cad3b2486 100644
--- a/src/json/Makefile.am
+++ b/src/json/Makefile.am
@@ -13,6 +13,7 @@ libtalerjson_la_SOURCES = \
i18n.c \
json.c \
json_helper.c \
+ json_pack.c \
json_wire.c
libtalerjson_la_LDFLAGS = \
-version-info 1:0:1 \