summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/Makefile.am
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/Makefile.am
parentf3f62347b3ee304c83a3b8e0c14e9ab04c957f82 (diff)
downloadgtk+-3a3db4003a731b1e432d750d51eb6b1506a89317.tar.gz
define G_LOG_DOMAIN for GdkPixbuf.
Diffstat (limited to 'gdk-pixbuf/Makefile.am')
-rw-r--r--gdk-pixbuf/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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 \