[gimp] plug-ins: set G_LOG_DOMAIN in file-psd so it's possible to see the debug output



commit cf4cc504cfe120c5d385e0591328d2883595a1c5
Author: Michael Natterer <mitch gimp org>
Date:   Fri May 1 16:19:52 2015 -0400

    plug-ins: set G_LOG_DOMAIN in file-psd so it's possible to see the debug output

 plug-ins/file-psd/Makefile.am |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/plug-ins/file-psd/Makefile.am b/plug-ins/file-psd/Makefile.am
index b95d0d7..a190667 100644
--- a/plug-ins/file-psd/Makefile.am
+++ b/plug-ins/file-psd/Makefile.am
@@ -45,10 +45,11 @@ EXTRA_DIST = \
        new-resource-ids.txt
 
 AM_CPPFLAGS = \
-       -I$(top_srcdir)         \
-       $(GTK_CFLAGS)           \
-       $(EXIF_CFLAGS)          \
-       $(GEGL_CFLAGS)          \
+       -DG_LOG_DOMAIN=\"file-psd\"     \
+       -I$(top_srcdir)                 \
+       $(GTK_CFLAGS)                   \
+       $(EXIF_CFLAGS)                  \
+       $(GEGL_CFLAGS)                  \
        -I$(includedir)
 
 file_psd_LDADD = \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]