summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2001-12-12 22:20:36 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2001-12-12 22:20:36 +0000
commit3a3db4003a731b1e432d750d51eb6b1506a89317 (patch)
tree06edbcf2fd753498d2c43f3724b632b1b91246c2 /gdk-pixbuf
parentf3f62347b3ee304c83a3b8e0c14e9ab04c957f82 (diff)
downloadgtk+-3a3db4003a731b1e432d750d51eb6b1506a89317.tar.gz
define G_LOG_DOMAIN for GdkPixbuf.
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r--gdk-pixbuf/ChangeLog2
-rw-r--r--gdk-pixbuf/Makefile.am3
2 files changed, 4 insertions, 1 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog
index 881c9bd530..baaa735131 100644
--- a/gdk-pixbuf/ChangeLog
+++ b/gdk-pixbuf/ChangeLog
@@ -1,5 +1,7 @@
2001-12-12 Matthias Clasen <matthiasc@poet.de>
+ * Makefile.am (INCLUDES): Define G_LOG_DOMAIN. (#66412)
+
* gdk-pixbuf-loader.c, gdk-pixbuf-util.c: Markup fixes.
2001-12-11 Michael Natterer <mitch@gimp.org>
diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am
index a94fc56434..07df4d2c1d 100644
--- a/gdk-pixbuf/Makefile.am
+++ b/gdk-pixbuf/Makefile.am
@@ -204,7 +204,8 @@ builtin_objs = @INCLUDED_LOADER_OBJ@
endif
DEPS = libgdk_pixbuf-1.3.la
-INCLUDES = @STRIP_BEGIN@ \
+INCLUDES = @STRIP_BEGIN@ \
+ -DG_LOG_DOMAIN=\"GdkPixbuf\" \
-I$(top_srcdir) -I$(top_builddir) \
-I$(top_srcdir)/gdk-pixbuf \
-I$(top_builddir)/gdk-pixbuf \