Mercurial > pidgin.yaz
annotate gaim.pc.in @ 15767:2d739b7a14ac
merge of '2b313747a0b3a95319fb19451b6848937518b2ad'
and '77fb229680f0342a6684d001bebbd722f3f4d194'
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Sat, 03 Mar 2007 19:18:47 +0000 |
parents | 32f954e8d8aa |
children | c6e563dfaa7a |
rev | line source |
---|---|
9364 | 1 prefix=@prefix@ |
2 exec_prefix=@exec_prefix@ | |
3 libdir=@libdir@ | |
4 includedir=@includedir@ | |
15599
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 |