Mercurial > pidgin.yaz
annotate gaim.pc.in @ 15623:a2411e8dbe2d
Whitespace
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 11 Feb 2007 19:34:43 +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 |