diff options
author | Matthew Loper <mloper@src.gnome.org> | 2000-05-03 05:34:01 +0800 |
---|---|---|
committer | Matthew Loper <mloper@src.gnome.org> | 2000-05-03 05:34:01 +0800 |
commit | 855b85657d2536eb67108318336ad1d19206a320 (patch) | |
tree | 9d84fa3da2c41de956ebd1fcaf9a650406efde7e /camel/providers | |
parent | 9190e008ad92251cdf0c27772970c56214d6cc6e (diff) | |
download | gsoc2013-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 'camel/providers')
-rw-r--r-- | camel/providers/MH/Makefile.am | 3 | ||||
-rw-r--r-- | camel/providers/maildir/Makefile.am | 3 | ||||
-rw-r--r-- | camel/providers/mbox/Makefile.am | 3 | ||||
-rw-r--r-- | camel/providers/nntp/Makefile.am | 3 | ||||
-rw-r--r-- | camel/providers/pop3/Makefile.am | 3 | ||||
-rw-r--r-- | camel/providers/sendmail/Makefile.am | 3 | ||||
-rw-r--r-- | camel/providers/smtp/Makefile.am | 3 |
7 files changed, 14 insertions, 7 deletions
diff --git a/camel/providers/MH/Makefile.am b/camel/providers/MH/Makefile.am index dab6bec199..59662a07dd 100644 --- a/camel/providers/MH/Makefile.am +++ b/camel/providers/MH/Makefile.am @@ -9,7 +9,8 @@ lib_LTLIBRARIES = libcamelmh.la INCLUDES = -I.. -I$(srcdir)/.. -I$(includedir) \ -I$(top_srcdir)/intl \ - $(GTK_INCLUDEDIR) -I$(top_srcdir)/camel + $(GTK_INCLUDEDIR) -I$(top_srcdir)/camel \ + -DG_LOG_DOMAIN=\"camel-mh-provider\" libcamelmh_la_SOURCES = \ camel-mh-folder.c \ diff --git a/camel/providers/maildir/Makefile.am b/camel/providers/maildir/Makefile.am index 51a0d7327b..07f05d443b 100644 --- a/camel/providers/maildir/Makefile.am +++ b/camel/providers/maildir/Makefile.am @@ -7,7 +7,8 @@ libcamelmaildirincludedir = $(includedir)/camel lib_LTLIBRARIES = libcamelmaildir.la INCLUDES = -I.. -I$(srcdir)/.. -I$(top_srcdir)/intl -I$(top_srcdir)/camel \ - $(GTK_INCLUDEDIR) -I$(includedir) + $(GTK_INCLUDEDIR) -I$(includedir) \ + -DG_LOG_DOMAIN=\"camel-maildir-provider\" libcamelmaildir_la_SOURCES = \ camel-maildir-folder.c \ 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 \ diff --git a/camel/providers/nntp/Makefile.am b/camel/providers/nntp/Makefile.am index ec393ea907..200011c4dc 100644 --- a/camel/providers/nntp/Makefile.am +++ b/camel/providers/nntp/Makefile.am @@ -12,7 +12,8 @@ provider_DATA = libcamelnntp.urls INCLUDES = -I.. -I$(srcdir)/.. -I$(includedir) \ -I$(top_srcdir)/intl \ $(GTK_INCLUDEDIR) -I$(top_srcdir)/camel \ - -I$(srcdir)/../mbox + -I$(srcdir)/../mbox \ + -DG_LOG_DOMAIN=\"camel-nntp-provider\" libcamelnntp_la_SOURCES = \ camel-nntp-folder.c \ diff --git a/camel/providers/pop3/Makefile.am b/camel/providers/pop3/Makefile.am index 4775c866d1..49bb2fc254 100644 --- a/camel/providers/pop3/Makefile.am +++ b/camel/providers/pop3/Makefile.am @@ -17,7 +17,8 @@ INCLUDES = \ -I$(top_srcdir)/intl \ $(GTK_INCLUDEDIR) \ -I$(top_srcdir)/camel \ - -I$(srcdir)/../mbox + -I$(srcdir)/../mbox \ + -DG_LOG_DOMAIN=\"camel-pop3-provider\" libcamelpop3_la_SOURCES = \ camel-pop3-folder.c \ diff --git a/camel/providers/sendmail/Makefile.am b/camel/providers/sendmail/Makefile.am index 0c12a6e23d..511c860315 100644 --- a/camel/providers/sendmail/Makefile.am +++ b/camel/providers/sendmail/Makefile.am @@ -16,7 +16,8 @@ INCLUDES = \ -I$(srcdir)/../../.. \ -I$(includedir) \ -I$(top_srcdir)/intl \ - $(GTK_INCLUDEDIR) -I$(top_srcdir)/camel + $(GTK_INCLUDEDIR) -I$(top_srcdir)/camel \ + -DG_LOG_DOMAIN=\"camel-sendmail-provider\" libcamelsendmail_la_SOURCES = \ camel-sendmail-provider.c \ diff --git a/camel/providers/smtp/Makefile.am b/camel/providers/smtp/Makefile.am index 8c49e8778b..b14375bfc0 100644 --- a/camel/providers/smtp/Makefile.am +++ b/camel/providers/smtp/Makefile.am @@ -16,7 +16,8 @@ INCLUDES = \ -I$(includedir) \ -I$(top_srcdir)/intl \ $(GTK_INCLUDEDIR) \ - -I$(top_srcdir)/camel + -I$(top_srcdir)/camel \ + -DG_LOG_DOMAIN=\"camel-smtp-provider\" libcamelsmtp_la_SOURCES = \ camel-smtp-provider.c \ |