Mercurial > pidgin
annotate gaim.pc.in @ 15801:94867b2f38f5
Re-order includes to fix this compile error:
In file included from gntwm.c:9:
gntwm.h:166: error: syntax error before 'gnt_wm_get_idle_time'
gntwm.h:166: warning: data definition has no type or storage class
gntwm.c:1218: error: conflicting types for 'gnt_wm_get_idle_time'
gntwm.h:166: error: previous declaration of 'gnt_wm_get_idle_time' was here
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sat, 17 Mar 2007 16:48:25 +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 |