From 147aa0d423987fd6da7ee75f0e2cb5def94e6054 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 18 Jun 2008 09:25:00 +0000 Subject: Import upstream json-c sources svn path=/trunk/json-c/; revision=4381 --- upstream/json.pc.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 upstream/json.pc.in (limited to 'upstream/json.pc.in') 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 -- cgit v1.2.3