summaryrefslogtreecommitdiff
path: root/upstream/json.pc.in
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-06-18 09:25:00 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-06-18 09:25:00 +0000
commit147aa0d423987fd6da7ee75f0e2cb5def94e6054 (patch)
treee1984bc778aed4723b9d42e6f291efb539a6a938 /upstream/json.pc.in
downloadjson-c-147aa0d423987fd6da7ee75f0e2cb5def94e6054.tar.gz
json-c-147aa0d423987fd6da7ee75f0e2cb5def94e6054.tar.bz2
Import upstream json-c sources
svn path=/trunk/json-c/; revision=4381
Diffstat (limited to 'upstream/json.pc.in')
-rw-r--r--upstream/json.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/upstream/json.pc.in b/upstream/json.pc.in
new file mode 100644
index 0000000..b3d140b
--- /dev/null
+++ b/upstream/json.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: json
+Description: JSON implementation in C
+Version: @VERSION@
+Requires:
+Libs: -L${libdir} -ljson
+Cflags: -I${includedir}/json