diff mcabber/Makefile.am @ 1712:7bdd9ed28684

Add .pc file
author Myhailo Danylenko <isbear@ukrpost.net>
date Mon, 08 Feb 2010 00:32:18 +0200
parents 411269409f34
children
line wrap: on
line diff
--- a/mcabber/Makefile.am	Tue Feb 09 18:05:13 2010 +0100
+++ b/mcabber/Makefile.am	Mon Feb 08 00:32:18 2010 +0200
@@ -1,2 +1,6 @@
 SUBDIRS = mcabber doc modules
 ACLOCAL_AMFLAGS = -I macros
+if INSTALL_HEADERS
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = mcabber.pc
+endif