gaim/gaim

4823dd0ced9c
Parents 78d1272d2662
Children dad433f97773
Some plugins might want to store system wide defaults in the same
sysconfdir as gaim. Now they can use this to detect how gaim was configured:
pkg-config --variable=sysconfdir gaim
  • +13 -0
    gaim.pc.in
  • --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/gaim.pc.in Fri May 27 09:58:18 2005 -0400
    @@ -0,0 +1,13 @@
    +prefix=@prefix@
    +exec_prefix=@exec_prefix@
    +libdir=@libdir@
    +includedir=@includedir@
    +datadir=@datadir@
    +sysconfdir=@sysconfdir@
    +
    +Name: Gaim
    +Description: Gaim is a GTK2-based instant messenger application.
    +Version: @VERSION@
    +Requires: glib-2.0
    +Cflags: -I${includedir}/gaim
    +