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 /shell | |
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 'shell')
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/Makefile.am | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 9eae48d91f..7012848a70 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2000-05-02 Matt Loper <matt@helixcode.com> + + * Makefile.am: set G_LOG_DOMAIN. + 2000-05-01 Dan Winship <danw@helixcode.com> * e-shell-view.c (e_shell_view_set_view): Turn off control frame diff --git a/shell/Makefile.am b/shell/Makefile.am index 5bdbe11e14..89f46991b3 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -8,7 +8,8 @@ INCLUDES = \ $(BONOBO_GNOME_CFLAGS) \ -DEVOLUTION_IMAGES=\""$(imagesdir)"\" \ -DEVOLUTION_VERSION=\""$(VERSION)"\" \ - -DEVOLUTION_LOCALEDIR=\""$(datadir)/locale"\" + -DEVOLUTION_LOCALEDIR=\""$(datadir)/locale"\" \ + -DG_LOG_DOMAIN=\"evolution-shell\" EVOLUTION_CORBA_GENERATED = \ Evolution.h \ |