Mercurial > pidgin
annotate gaim.pc.in @ 15716:72a63319582e
merge of '5dbdd56be5ea06c466608c3daa50388cd6c013a8'
and 'ecbfd3232f7d34b5ba9630d89174e490d92babe7'
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Mon, 26 Feb 2007 00:11:58 +0000 |
parents | 32f954e8d8aa |
children | c6e563dfaa7a |
rev | line source |
---|---|
9364 | 1 prefix=@prefix@ |
2 exec_prefix=@exec_prefix@ | |
3 libdir=@libdir@ | |
4 includedir=@includedir@ | |
15598
32f954e8d8aa
We're getting warnings about not honoring datarootdir, so I figured I'd add it. I'm not sure what that might break, but this stuff will be getting reviewed when it's renamed anyway.
Richard Laager <rlaager@wiktel.com>
parents:
14191
diff
changeset
|
5 datarootdir=@datarootdir@ |
9364 | 6 datadir=@datadir@ |
10947 | 7 sysconfdir=@sysconfdir@ |
9364 | 8 |
9 Name: Gaim | |
10 Description: Gaim is a GTK2-based instant messenger application. | |
11 Version: @VERSION@ | |
12 Requires: glib-2.0 | |
13 Cflags: -I${includedir}/gaim | |
14191
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
10947
diff
changeset
|
14 Libs: -L${libdir} -lgaim |