diff options
Diffstat (limited to 'composer/Makefile.am')
-rw-r--r-- | composer/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer/Makefile.am b/composer/Makefile.am index b292516bc5..f5d63ab55c 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -15,7 +15,8 @@ INCLUDES = \ -I$(top_srcdir)/camel \ -I$(top_builddir)/camel \ $(GNOME_INCLUDEDIR) \ - $(BONOBO_GNOME_CFLAGS) + $(BONOBO_GNOME_CFLAGS) \ + -DG_LOG_DOMAIN=\"composer\" CPPFLAGS = \ -DE_GLADEDIR=\"$(gladedir)\" |