From 855b85657d2536eb67108318336ad1d19206a320 Mon Sep 17 00:00:00 2001 From: Matthew Loper Date: Tue, 2 May 2000 21:34:01 +0000 Subject: 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 --- addressbook/ChangeLog | 5 +++++ addressbook/demo/Makefile.am | 3 ++- addressbook/printing/Makefile.am | 3 ++- 3 files changed, 9 insertions(+), 2 deletions(-) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index f15410ebba..ecffdfbe5e 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2000-05-02 Matt Loper + + * demo/Makefile.am: set G_LOG_DOMAIN. + * printing/Makefile.am: same. + 2000-05-01 Christopher James Lahey * backend/pas/pas-book-factory.c: Add back in the diff --git a/addressbook/demo/Makefile.am b/addressbook/demo/Makefile.am index 84869488cc..1a7e4e6d01 100644 --- a/addressbook/demo/Makefile.am +++ b/addressbook/demo/Makefile.am @@ -12,7 +12,8 @@ INCLUDES = \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ -DEVOLUTION_ICONSDIR=\""$(iconsdir)"\" \ -DEVOLUTION_LOCALEDIR=\""$(datadir)/locale"\" \ - -DCAMEL_PROVIDERDIR=\""$(providerdir)"\" + -DCAMEL_PROVIDERDIR=\""$(providerdir)"\" \ + -DG_LOG_DOMAIN=\"addressbook-demo\" noinst_PROGRAMS = \ test-addressbook diff --git a/addressbook/printing/Makefile.am b/addressbook/printing/Makefile.am index 7095171859..7900653e26 100644 --- a/addressbook/printing/Makefile.am +++ b/addressbook/printing/Makefile.am @@ -5,7 +5,8 @@ CPPFLAGS = \ $(GNOME_PRINT_CFLAGS) INCLUDES = \ - $(GNOME_INCLUDEDIR) + $(GNOME_INCLUDEDIR) \ + -DG_LOG_DOMAIN=\"addressbook-printing\" noinst_LIBRARIES = \ libecontactprint.a -- cgit