applied changes from b5a4f36867889f85c7c9d341c9c295f2f4e51e1d release-2.2.2

Fri, 19 Oct 2007 18:08:41 +0000

author
Luke Schierer <lschiere@pidgin.im>
date
Fri, 19 Oct 2007 18:08:41 +0000
branch
release-2.2.2
changeset 20218
3ab4aeb23403
parent 20217
9249f67ef61e
child 20219
62a09395042e

applied changes from b5a4f36867889f85c7c9d341c9c295f2f4e51e1d
through af189a57a506d62e54affdb1e26df33eff4a4eb4

applied changes from b5a4f36867889f85c7c9d341c9c295f2f4e51e1d
through af189a57a506d62e54affdb1e26df33eff4a4eb4

applied changes from af189a57a506d62e54affdb1e26df33eff4a4eb4
through 2495a1b6a3619d8188151eaf2822ce2ecd435dbf

configure.ac file | annotate | diff | comparison | revisions
finch/Makefile.am file | annotate | diff | comparison | revisions
finch/finch.pc.in file | annotate | diff | comparison | revisions
--- 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
+

mercurial