diff options
Diffstat (limited to 'camel/providers/mbox')
-rw-r--r-- | camel/providers/mbox/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/camel/providers/mbox/Makefile.am b/camel/providers/mbox/Makefile.am index 25a26e25db..0597a68a57 100644 --- a/camel/providers/mbox/Makefile.am +++ b/camel/providers/mbox/Makefile.am @@ -18,7 +18,8 @@ INCLUDES = -I.. \ -I$(top_srcdir)/e-util \ -I$(top_srcdir) \ -I$(includedir) \ - $(GTK_INCLUDEDIR) + $(GTK_INCLUDEDIR) \ + -DG_LOG_DOMAIN=\"camel-mbox-provider\" libcamelmbox_la_SOURCES = \ camel-mbox-folder.c \ |