From ce04783703a4f9a7c2880918ee55e7a0929295c4 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 27 Dec 2007 23:05:11 +0000 Subject: [PATCH] Install gail.pc. Bug #505859. svn path=/trunk/; revision=19252 --- ChangeLog | 4 ++++ Makefile.am | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b10c42fec9..5d3fd4a4cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-12-27 Christian Persch + + * Makefile.am: Install gail.pc. Bug #505859. + 2007-12-27 Mathias Hasselmann Add infrastructure for GtkCalendar details. (#339540) diff --git a/Makefile.am b/Makefile.am index db7db5368e..8e4c951de0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -136,7 +136,7 @@ gdk-$(GDKTARGET)-2.0-uninstalled.pc: gdk-2.0-uninstalled.pc cp gdk-2.0-uninstalled.pc gdk-$(GDKTARGET)-2.0-uninstalled.pc pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA= gdk-pixbuf-2.0.pc gdk-$(GDKTARGET)-2.0.pc gtk+-$(GDKTARGET)-2.0.pc +pkgconfig_DATA= gdk-pixbuf-2.0.pc gdk-$(GDKTARGET)-2.0.pc gtk+-$(GDKTARGET)-2.0.pc gail.pc if OS_UNIX pkgconfig_DATA += gtk+-unix-print-2.0.pc @@ -146,8 +146,10 @@ DISTCLEANFILES = \ gtk+-unix-print-2.0.pc \ gtk+-$(GDKTARGET)-2.0.pc \ gdk-$(GDKTARGET)-2.0.pc \ + gail.pc \ gtk+-$(GDKTARGET)-2.0-uninstalled.pc \ - gdk-$(GDKTARGET)-2.0-uninstalled.pc + gdk-$(GDKTARGET)-2.0-uninstalled.pc \ + gail-uninstalled.pc ## copy the default target for this platform to gdk-2.0.pc and gtk+-2.0.pc DEFAULT_GDKTARGET=x11 -- GitLab