view gaim.pc.in @ 18812:43b914fef77a

My version of automake seems to require that these if and endif statements appear at the beginning of the line. If not I get the following error at compile time: make[5]: Entering directory `/home/dude/code-pidgin-trunk/libpurple/protocols/bonjour' Makefile:1019: *** missing separator. Stop. make[5]: Leaving directory `/home/dude/code-pidgin-trunk/libpurple/protocols/bonjour' And the if and endif lines appear in Makefile, which they should not.
author Mark Doliner <mark@kingant.net>
date Mon, 06 Aug 2007 04:52:24 +0000
parents dde5bebd5fb4
children
line wrap: on
line source

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
datarootdir=@datarootdir@
datadir=@datadir@
sysconfdir=@sysconfdir@

Name: Pidgin (Gaim compatibility)
Description: Pidgin is a GTK2-based instant messenger application.
Version: @VERSION@
Requires: glib-2.0
Cflags: -I${includedir}/libpurple
Libs: -L${libdir} -lpurple