Mercurial > pidgin.yaz
changeset 20326:8413368adb5a
applied changes from b5a4f36867889f85c7c9d341c9c295f2f4e51e1d
through af189a57a506d62e54affdb1e26df33eff4a4eb4
applied changes from b5a4f36867889f85c7c9d341c9c295f2f4e51e1d
through af189a57a506d62e54affdb1e26df33eff4a4eb4
applied changes from af189a57a506d62e54affdb1e26df33eff4a4eb4
through 2495a1b6a3619d8188151eaf2822ce2ecd435dbf
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Fri, 19 Oct 2007 18:08:41 +0000 |
parents | 4ff4e3aeab27 |
children | 01043a291e3b |
files | configure.ac finch/Makefile.am finch/finch.pc.in |
diffstat | 3 files changed, 19 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Fri Oct 19 17:59:00 2007 +0000 +++ b/configure.ac Fri Oct 19 18:08:41 2007 +0000 @@ -2247,6 +2247,7 @@ share/Makefile share/sounds/Makefile share/ca-certs/Makefile + finch/finch.pc finch/Makefile finch/libgnt/Makefile finch/libgnt/gnt.pc
--- a/finch/Makefile.am Fri Oct 19 17:59:00 2007 +0000 +++ b/finch/Makefile.am Fri Oct 19 18:08:41 2007 +0000 @@ -1,7 +1,11 @@ EXTRA_DIST = \ getopt.c \ getopt.h \ - getopt1.c + getopt1.c \ + finch.pc.in + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = finch.pc SUBDIRS = libgnt plugins
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/finch/finch.pc.in Fri Oct 19 18:08:41 2007 +0000 @@ -0,0 +1,13 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ +datadir=@datadir@ +sysconfdir=@sysconfdir@ + +Name: Finch +Description: Finch is an instant messenger application that uses libpurple for protocol support and ncurses (libgnt) for the UI. +Version: @VERSION@ +Requires: gnt purple +Cflags: -I${includedir}/finch +