diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2004-06-20 05:11:57 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-06-20 05:11:57 +0000 |
commit | 4df83e1c50b60aa8e0d4334eeffebfe8c3a280a3 (patch) | |
tree | c5b14a06bda3afba99e8ce064bf2d41f5c5a5fbc /gdk-pixbuf/Makefile.am | |
parent | 6c217649976d0dd416466b1fe5a9c251779922c7 (diff) | |
download | gtk+-4df83e1c50b60aa8e0d4334eeffebfe8c3a280a3.tar.gz |
Header file reorganization. (#51999)
Diffstat (limited to 'gdk-pixbuf/Makefile.am')
-rw-r--r-- | gdk-pixbuf/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am index 562a53e40b..bddb3061a9 100644 --- a/gdk-pixbuf/Makefile.am +++ b/gdk-pixbuf/Makefile.am @@ -311,6 +311,8 @@ libgdk_pixbuf_2_0_la_DEPENDENCIES = pixops/libpixops.la $(builtin_objs) $(gdk_pi gdk_pixbuf_headers = \ gdk-pixbuf.h \ + gdk-pixbuf-core.h \ + gdk-pixbuf-transform.h \ gdk-pixbuf-io.h \ gdk-pixbuf-animation.h \ gdk-pixbuf-loader.h |