diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-08-16 14:24:53 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-08-16 14:24:53 +0200 |
commit | 9548bc94b9695e2c7d1418573d12fd23c291153c (patch) | |
tree | d32829b685785fce20fcac76cd48c86a2ceb9741 /src/json | |
parent | f0a796a3f6d4329555506b3464b6d174f53fd9cf (diff) | |
parent | eefc2e3ff48792380890053523754df5733cf649 (diff) |
merge
Diffstat (limited to 'src/json')
-rw-r--r-- | src/json/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json/Makefile.am b/src/json/Makefile.am index 4b40e94b..22173d0a 100644 --- a/src/json/Makefile.am +++ b/src/json/Makefile.am @@ -33,7 +33,7 @@ check_PROGRAMS= \ test_json_SOURCES = \ test_json.c test_json_LDADD = \ - -ltalerjson \ + $(top_builddir)/src/json/libtalerjson.la \ -lgnunetjson \ $(top_builddir)/src/util/libtalerutil.la \ -lgnunetutil \ |