diff options
Diffstat (limited to 'tests/ui-tests')
-rw-r--r-- | tests/ui-tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ui-tests/Makefile.am b/tests/ui-tests/Makefile.am index 9226b395ad..e61a054093 100644 --- a/tests/ui-tests/Makefile.am +++ b/tests/ui-tests/Makefile.am @@ -7,7 +7,8 @@ INCLUDES = \ -I$(top_srcdir)/camel/providers/MH \ -I$(top_srcdir)/widgets \ -I$(top_srcdir)/filter \ - $(EXTRA_GNOME_CFLAGS) $(BONOBO_GNOME_CFLAGS) + $(EXTRA_GNOME_CFLAGS) $(BONOBO_GNOME_CFLAGS) \ + -DG_LOG_DOMAIN=\"evolution-ui-tests\" LDADD = \ $(top_builddir)/widgets/libevolutionwidgets.la \ |