diff options
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 4b40e94b4..22173d0a0 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 \ |