diff options
author | Mark Crichton <crichton@src.gnome.org> | 1999-07-13 01:01:14 +0000 |
---|---|---|
committer | Mark Crichton <crichton@src.gnome.org> | 1999-07-13 01:01:14 +0000 |
commit | 6992607bb0e99b097c06cb99d66f1f78525af8ed (patch) | |
tree | e40f8d02926f6b9578b6498b7d6ef73732a8b2a0 /gdk-pixbuf/Makefile.am | |
parent | e3c310e538cb4584c38f36f3a86863685c51d62f (diff) | |
download | gtk+-6992607bb0e99b097c06cb99d66f1f78525af8ed.tar.gz |
Ok, we'll try this again.
Ok, we'll try this again.
io-xpm.c: Fixed. Now actually loads XPMs instead of a big black blob.
configure.in : yes, I know it was broken. It wasn't finished quite yet (I
always have larger fish to fry)
Oh, and if anyone touches this module again without emailing the people in
AUTHORS, I will go ballistic (after spending precious time figuring out why
this commit never happened the 1st time I tried...)
Diffstat (limited to 'gdk-pixbuf/Makefile.am')
-rw-r--r-- | gdk-pixbuf/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am index 841cf9aeb7..fddf0bd26a 100644 --- a/gdk-pixbuf/Makefile.am +++ b/gdk-pixbuf/Makefile.am @@ -30,7 +30,8 @@ libgdk_pixbuf_la_SOURCES = \ gdk-pixbuf-io.c libgdk_pixbufinclude_HEADERS = \ - gdk-pixbuf.h + gdk-pixbuf.h \ + gdk-pixbuf-io.h # # The PNG plugin. |