diff options
author | Christian Persch <chpe@src.gnome.org> | 2007-12-27 23:05:11 +0000 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-12-27 23:05:11 +0000 |
commit | ce04783703a4f9a7c2880918ee55e7a0929295c4 (patch) | |
tree | c8570992433978dac3086473f5e585500341668a /Makefile.am | |
parent | fdbf92ad90c2d5f6a21bb5013b081c07c45360a7 (diff) | |
download | gdk-pixbuf-ce04783703a4f9a7c2880918ee55e7a0929295c4.tar.gz |
Install gail.pc. Bug #505859.
svn path=/trunk/; revision=19252
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index db7db5368..8e4c951de 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 |