From 5e52436722b02549cd2df534fe8b8bcae7635f8b Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Wed, 26 Sep 2001 20:37:39 +0000 Subject: [PATCH] Sep 26 16:35:59 2001 Owen Taylor Patch from Mark McLoughlin (#61233) * contrib/gdk-pixbuf-xlib/Makefile.am: install gdk-pixbuf-xlib-2.0.pc. --- ChangeLog | 7 +++++++ ChangeLog.pre-2-0 | 7 +++++++ ChangeLog.pre-2-10 | 7 +++++++ ChangeLog.pre-2-2 | 7 +++++++ ChangeLog.pre-2-4 | 7 +++++++ ChangeLog.pre-2-6 | 7 +++++++ ChangeLog.pre-2-8 | 7 +++++++ contrib/gdk-pixbuf-xlib/Makefile.am | 3 +++ 8 files changed, 52 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4607887e74..67697dc733 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Sep 26 16:35:59 2001 Owen Taylor + + Patch from Mark McLoughlin (#61233) + + * contrib/gdk-pixbuf-xlib/Makefile.am: install + gdk-pixbuf-xlib-2.0.pc. + Wed Sep 26 16:15:25 2001 Owen Taylor * gtk/gtknotebook.c (gtk_notebook_set_tab_label): Fix diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 4607887e74..67697dc733 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,10 @@ +Wed Sep 26 16:35:59 2001 Owen Taylor + + Patch from Mark McLoughlin (#61233) + + * contrib/gdk-pixbuf-xlib/Makefile.am: install + gdk-pixbuf-xlib-2.0.pc. + Wed Sep 26 16:15:25 2001 Owen Taylor * gtk/gtknotebook.c (gtk_notebook_set_tab_label): Fix diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 4607887e74..67697dc733 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,10 @@ +Wed Sep 26 16:35:59 2001 Owen Taylor + + Patch from Mark McLoughlin (#61233) + + * contrib/gdk-pixbuf-xlib/Makefile.am: install + gdk-pixbuf-xlib-2.0.pc. + Wed Sep 26 16:15:25 2001 Owen Taylor * gtk/gtknotebook.c (gtk_notebook_set_tab_label): Fix diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 4607887e74..67697dc733 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,10 @@ +Wed Sep 26 16:35:59 2001 Owen Taylor + + Patch from Mark McLoughlin (#61233) + + * contrib/gdk-pixbuf-xlib/Makefile.am: install + gdk-pixbuf-xlib-2.0.pc. + Wed Sep 26 16:15:25 2001 Owen Taylor * gtk/gtknotebook.c (gtk_notebook_set_tab_label): Fix diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 4607887e74..67697dc733 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,10 @@ +Wed Sep 26 16:35:59 2001 Owen Taylor + + Patch from Mark McLoughlin (#61233) + + * contrib/gdk-pixbuf-xlib/Makefile.am: install + gdk-pixbuf-xlib-2.0.pc. + Wed Sep 26 16:15:25 2001 Owen Taylor * gtk/gtknotebook.c (gtk_notebook_set_tab_label): Fix diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 4607887e74..67697dc733 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,10 @@ +Wed Sep 26 16:35:59 2001 Owen Taylor + + Patch from Mark McLoughlin (#61233) + + * contrib/gdk-pixbuf-xlib/Makefile.am: install + gdk-pixbuf-xlib-2.0.pc. + Wed Sep 26 16:15:25 2001 Owen Taylor * gtk/gtknotebook.c (gtk_notebook_set_tab_label): Fix diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 4607887e74..67697dc733 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,10 @@ +Wed Sep 26 16:35:59 2001 Owen Taylor + + Patch from Mark McLoughlin (#61233) + + * contrib/gdk-pixbuf-xlib/Makefile.am: install + gdk-pixbuf-xlib-2.0.pc. + Wed Sep 26 16:15:25 2001 Owen Taylor * gtk/gtknotebook.c (gtk_notebook_set_tab_label): Fix diff --git a/contrib/gdk-pixbuf-xlib/Makefile.am b/contrib/gdk-pixbuf-xlib/Makefile.am index e55035505f..f78bf6667d 100644 --- a/contrib/gdk-pixbuf-xlib/Makefile.am +++ b/contrib/gdk-pixbuf-xlib/Makefile.am @@ -27,4 +27,7 @@ libgdk_pixbuf_xlibinclude_HEADERS = \ gdk-pixbuf-xlib.h \ gdk-pixbuf-xlibrgb.h +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = gdk-pixbuf-xlib-2.0.pc +EXTRA_DIST = gdk-pixbuf-xlib-2.0.pc.in