blob: a5840c87c1ee9bb323b3818e666666f92eb6e4e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
datarootdir=@datarootdir@
datadir=@datadir@
Name: libgee
Description: The GObject collection library
Version: @VERSION@
Requires: glib-2.0 gobject-2.0
Libs: -L${libdir} -lgee
Cflags: -I${includedir}/gee-1.0
|