From b1d61d10e1720495bfd0d31c9c95dc6e1d298502 Mon Sep 17 00:00:00 2001 From: Alexander Klauer Date: Tue, 18 Dec 2012 18:46:24 +0100 Subject: [PATCH] Library is now called libjson-c --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 8057acd..0f06590 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,7 +1,7 @@ include ../Makefile.am.inc -LIBJSON_LA=$(top_builddir)/libjson.la +LIBJSON_LA=$(top_builddir)/libjson-c.la check_PROGRAMS = test1 test1Formatted check_PROGRAMS += test2 test2Formatted