summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/ChangeLog
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2008-05-27 12:50:45 +0000
committerMichael Natterer <mitch@src.gnome.org>2008-05-27 12:50:45 +0000
commit4449e5032c960e324604ea1b8e482b83c5ad429a (patch)
tree6a7e37daaab34676360be33e5d05564633f2290c /gdk-pixbuf/ChangeLog
parentf498fc887f97b5a8f4f2553325e975897d9f8e6b (diff)
downloadgtk+-4449e5032c960e324604ea1b8e482b83c5ad429a.tar.gz
put back the #define, but call it GDK_PIXBUF_C_COMPILATION.
2008-05-27 Michael Natterer <mitch@imendio.com> * gdk-pixbuf.c: put back the #define, but call it GDK_PIXBUF_C_COMPILATION. * gdk-pixbuf-features.h.in: make variable export depend on that define instead of GDK_PIXBUF_COMPILATION. svn path=/trunk/; revision=20189
Diffstat (limited to 'gdk-pixbuf/ChangeLog')
-rw-r--r--gdk-pixbuf/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog
index be06ecf75e..9753b11221 100644
--- a/gdk-pixbuf/ChangeLog
+++ b/gdk-pixbuf/ChangeLog
@@ -1,5 +1,13 @@
2008-05-27 Michael Natterer <mitch@imendio.com>
+ * gdk-pixbuf.c: put back the #define, but call it
+ GDK_PIXBUF_C_COMPILATION.
+
+ * gdk-pixbuf-features.h.in: make variable export depend on that
+ define instead of GDK_PIXBUF_COMPILATION.
+
+2008-05-27 Michael Natterer <mitch@imendio.com>
+
Fix and simplify definition of GDK_PIXBUF_VAR:
* Makefile.am: add -DGDK_PIXBUF_COMPILATION to INCLUDES.