diff options
author | Owen Taylor <otaylor@src.gnome.org> | 2001-09-26 20:37:39 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-09-26 20:37:39 +0000 |
commit | 5e52436722b02549cd2df534fe8b8bcae7635f8b (patch) | |
tree | 3c933babbad1abdfbec9e1bacbad601fb16b6b1a /contrib | |
parent | 0269b4387d0137558ad085de97e2a73b9145028a (diff) | |
download | gdk-pixbuf-5e52436722b02549cd2df534fe8b8bcae7635f8b.tar.gz |
Sep 26 16:35:59 2001 Owen Taylor <otaylor@redhat.com>
Patch from Mark McLoughlin <mark@skynet.ie> (#61233)
* contrib/gdk-pixbuf-xlib/Makefile.am: install
gdk-pixbuf-xlib-2.0.pc.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/gdk-pixbuf-xlib/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/gdk-pixbuf-xlib/Makefile.am b/contrib/gdk-pixbuf-xlib/Makefile.am index e55035505..f78bf6667 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 |