# HG changeset patch # User Luke Schierer # Date 1192817321 0 # Node ID 8413368adb5a04e51415e69b8b9421dd57e990ca # Parent 4ff4e3aeab27a8092088be4a8a8f08170f4be348 applied changes from b5a4f36867889f85c7c9d341c9c295f2f4e51e1d through af189a57a506d62e54affdb1e26df33eff4a4eb4 applied changes from b5a4f36867889f85c7c9d341c9c295f2f4e51e1d through af189a57a506d62e54affdb1e26df33eff4a4eb4 applied changes from af189a57a506d62e54affdb1e26df33eff4a4eb4 through 2495a1b6a3619d8188151eaf2822ce2ecd435dbf diff -r 4ff4e3aeab27 -r 8413368adb5a configure.ac --- 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 diff -r 4ff4e3aeab27 -r 8413368adb5a finch/Makefile.am --- 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 diff -r 4ff4e3aeab27 -r 8413368adb5a finch/finch.pc.in --- /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 +