diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 3 | ||||
-rw-r--r-- | tests/ui-tests/Makefile.am | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index bce09185fb..fa19264d26 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -2,7 +2,8 @@ INCLUDES = -I$(top_srcdir)/intl -I$(top_srcdir) -I$(top_srcdir)/camel \ -I$(includedir) -I$(top_srcdir)/camel/providers/pop3 \ - -I$(top_srcdir)/camel/providers/mbox -I$(top_srcdir)/camel/providers/nntp + -I$(top_srcdir)/camel/providers/mbox -I$(top_srcdir)/camel/providers/nntp \ + -DG_LOG_DOMAIN=\"evolution-tests\" LDADD = \ $(top_builddir)/camel/libcamel.la \ 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 \ |