aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMatthew Loper <mloper@src.gnome.org>2000-05-03 05:34:01 +0800
committerMatthew Loper <mloper@src.gnome.org>2000-05-03 05:34:01 +0800
commit855b85657d2536eb67108318336ad1d19206a320 (patch)
tree9d84fa3da2c41de956ebd1fcaf9a650406efde7e /tests
parent9190e008ad92251cdf0c27772970c56214d6cc6e (diff)
downloadgsoc2013-evolution-855b85657d2536eb67108318336ad1d19206a320.tar
gsoc2013-evolution-855b85657d2536eb67108318336ad1d19206a320.tar.gz
gsoc2013-evolution-855b85657d2536eb67108318336ad1d19206a320.tar.bz2
gsoc2013-evolution-855b85657d2536eb67108318336ad1d19206a320.tar.lz
gsoc2013-evolution-855b85657d2536eb67108318336ad1d19206a320.tar.xz
gsoc2013-evolution-855b85657d2536eb67108318336ad1d19206a320.tar.zst
gsoc2013-evolution-855b85657d2536eb67108318336ad1d19206a320.zip
Set G_LOG_DOMAIN in following files.
addressbook/demo/Makefile.am addressbook/printing/Makefile.am camel/Makefile.am camel/providers/MH/Makefile.am camel/providers/maildir/Makefile.am camel/providers/mbox/Makefile.am camel/providers/nntp/Makefile.am camel/providers/pop3/Makefile.am camel/providers/sendmail/Makefile.am camel/providers/smtp/Makefile.am composer/Makefile.am e-util/Makefile.am filter/Makefile.am libibex/Makefile.am mail/Makefile.am shell/Makefile.am tests/Makefile.am tests/ui-tests/Makefile.am widgets/e-table/Makefile.am widgets/e-text/Makefile.am widgets/meeting-time-sel/Makefile.am widgets/shortcut-bar/Makefile.am svn path=/trunk/; revision=2756
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am3
-rw-r--r--tests/ui-tests/Makefile.am3
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 \