Modify install names for library and include files

Changing root name of library to json-c, and also the
directory where header files are installed to .../jsdon-c/*.

This avoids clashes with other implementations of JSON libraries.
This commit is contained in:
Keith Derrick
2012-03-30 12:28:32 -07:00
parent 21d3706192
commit 30dd367c0a
3 changed files with 9 additions and 9 deletions

View File

@@ -31,5 +31,5 @@ AM_PROG_LIBTOOL
AC_OUTPUT([
Makefile
json.pc
json-c.pc
])