# HG changeset patch # User Sadrul Habib Chowdhury # Date 1191703068 0 # Node ID 71c7d0222a33dcf121b81a3dafdf51cfb86bb024 # Parent 85d29a1f4d249a62d181b9075ffaac2ff691b060 pkg-config shizzle for finch. diff -r 85d29a1f4d24 -r 71c7d0222a33 configure.ac --- a/configure.ac Sat Oct 06 20:08:32 2007 +0000 +++ b/configure.ac Sat Oct 06 20:37:48 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 85d29a1f4d24 -r 71c7d0222a33 finch/Makefile.am --- a/finch/Makefile.am Sat Oct 06 20:08:32 2007 +0000 +++ b/finch/Makefile.am Sat Oct 06 20:37:48 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