diff options
| author | Christian Grothoff <christian@grothoff.org> | 2021-07-29 23:56:46 +0200 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2021-07-29 23:56:46 +0200 | 
| commit | 0ef7c0a0b716785e7d1b0233e622d2e7267a0280 (patch) | |
| tree | ff4b46d1182acd71fa5c6e29b9aaa786dbcf2b22 /src/json | |
| parent | 1b419adab48fc0fd915835e0d57c5923e515280c (diff) | |
fix #6960
Diffstat (limited to 'src/json')
| -rw-r--r-- | src/json/Makefile.am | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/src/json/Makefile.am b/src/json/Makefile.am index cad3b248..d3e4339f 100644 --- a/src/json/Makefile.am +++ b/src/json/Makefile.am @@ -17,10 +17,10 @@ libtalerjson_la_SOURCES = \    json_wire.c  libtalerjson_la_LDFLAGS = \    -version-info 1:0:1 \ -  -export-dynamic -no-undefined +  -no-undefined  libtalerjson_la_LIBADD = \ -  -lgnunetjson \    $(top_builddir)/src/util/libtalerutil.la \ +  -lgnunetjson \    -lgnunetutil \    -ljansson \    -lm \  | 
