aboutsummaryrefslogtreecommitdiff
path: root/src/json/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-02-01 23:19:49 +0100
committerChristian Grothoff <christian@grothoff.org>2024-02-01 23:19:49 +0100
commitf0a05b8694fc6c65a6643e62ae309e48399d7066 (patch)
tree6f287c5b34fcc42ae845ca5ca0649642b701af93 /src/json/Makefile.am
parent37bfb3da42186329f9cf4fa35dabc3fa5b5a2258 (diff)
downloadexchange-f0a05b8694fc6c65a6643e62ae309e48399d7066.tar.xz
add new TOTP-specfic JSON parsers
Diffstat (limited to 'src/json/Makefile.am')
-rw-r--r--src/json/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json/Makefile.am b/src/json/Makefile.am
index 6886b285a..ce863cb7e 100644
--- a/src/json/Makefile.am
+++ b/src/json/Makefile.am
@@ -16,7 +16,7 @@ libtalerjson_la_SOURCES = \
json_pack.c \
json_wire.c
libtalerjson_la_LDFLAGS = \
- -version-info 2:0:0 \
+ -version-info 3:0:1 \
-no-undefined
libtalerjson_la_LIBADD = \
$(top_builddir)/src/util/libtalerutil.la \