diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2001-12-12 22:20:36 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2001-12-12 22:20:36 +0000 |
commit | 3a3db4003a731b1e432d750d51eb6b1506a89317 (patch) | |
tree | 06edbcf2fd753498d2c43f3724b632b1b91246c2 /gdk-pixbuf/Makefile.am | |
parent | f3f62347b3ee304c83a3b8e0c14e9ab04c957f82 (diff) | |
download | gtk+-3a3db4003a731b1e432d750d51eb6b1506a89317.tar.gz |
define G_LOG_DOMAIN for GdkPixbuf.
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 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 \ |