summaryrefslogtreecommitdiff
path: root/json-c.pc.in
diff options
context:
space:
mode:
authorKeith Derrick <keith.derrick@palm.com>2012-03-30 12:28:32 -0700
committerKeith Derrick <keith.derrick@palm.com>2012-04-05 19:38:02 -0700
commit30dd367c0a2467dc292f653ea3afd6ad4c6e034b (patch)
tree1b02bd6b0ddd8c9596d5e9800fb3a3a0714a37ee /json-c.pc.in
parent21d37061928a494ea629e1b47ccf9f4d7e01f4ee (diff)
downloadjson-c-30dd367c0a2467dc292f653ea3afd6ad4c6e034b.tar.gz
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.
Diffstat (limited to 'json-c.pc.in')
-rw-r--r--json-c.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/json-c.pc.in b/json-c.pc.in
new file mode 100644
index 0000000..037739d
--- /dev/null
+++ b/json-c.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: json-c
+Description: JSON implementation in C
+Version: @VERSION@
+Requires:
+Libs: -L${libdir} -ljson-c
+Cflags: -I${includedir}/json-c