From: Alexander Klauer Date: Tue, 18 Dec 2012 17:46:24 +0000 (+0100) Subject: Library is now called libjson-c X-Git-Tag: json-c-0.11-20130402~28^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1d61d10e1720495bfd0d31c9c95dc6e1d298502;p=thirdparty%2Fjson-c.git Library is now called libjson-c --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 8057acdf..0f065906 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