Browse Source

Library is now called libjson-c

tags/json-c-0.11-20130402
Alexander Klauer 13 years ago
parent
commit
b1d61d10e1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/Makefile.am

+ 1
- 1
tests/Makefile.am View File

@@ -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


Loading…
Cancel
Save