From 911b158bb841695ffdcfdfc1327a5eff03c53ecd Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 16 Aug 2018 13:03:30 +0200 Subject: fix some wrong -l flags --- src/json/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/json') 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 \ -- cgit v1.2.3