ebassi / json-glib

A JSON reader and writer library using GLib and GObject

This URL has Read+Write access

Emmanuele Bassi (author)
Sat Apr 19 09:20:50 -0700 2008
commit  203927c71231cf6cec6d88161211702b7105df2d
tree    a32d0d76fc9fe1b279a6c53420eaf73b3be81b4b
parent  76921ac27534aa0a25b39790ce4d99cf6e19a20c
json-glib / json-glib.pc.in
100644 12 lines (10 sloc) 0.262 kb
1
2
3
4
5
6
7
8
9
10
11
12
prefix=@prefix@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${exec_prefix}/include
 
Name: JSON-GLib
Description: JSON Parser for GLib
Version: @VERSION@
Libs: -L${libdir} -ljson-glib-1.0
Cflags: -I${includedir}/json-glib-1.0
Requires: gobject-2.0