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 /widgets | |
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 'widgets')
-rw-r--r-- | widgets/e-table/ChangeLog | 4 | ||||
-rw-r--r-- | widgets/e-table/Makefile.am | 3 | ||||
-rw-r--r-- | widgets/e-text/Makefile.am | 3 | ||||
-rw-r--r-- | widgets/meeting-time-sel/Makefile.am | 3 | ||||
-rw-r--r-- | widgets/shortcut-bar/ChangeLog | 4 | ||||
-rw-r--r-- | widgets/shortcut-bar/Makefile.am | 3 |
6 files changed, 16 insertions, 4 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index 6fa1af85d8..8baf423c5d 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,3 +1,7 @@ +2000-05-02 Matt Loper <matt@helixcode.com> + + * Makefile.am: set G_LOG_DOMAIN. + 2000-04-30 Christopher James Lahey <clahey@helixcode.com> * e-table-header-item.c: Made this more reentrant. diff --git a/widgets/e-table/Makefile.am b/widgets/e-table/Makefile.am index 1ccff682c5..cdfe579b82 100644 --- a/widgets/e-table/Makefile.am +++ b/widgets/e-table/Makefile.am @@ -14,7 +14,8 @@ INCLUDES = \ -DETABLE_GLADEDIR=\""$(gladedir)"\" \ -I$(top_srcdir)/widgets/e-text \ -I$(top_srcdir)/e-util \ - -I$(top_srcdir) + -I$(top_srcdir) \ + -DG_LOG_DOMAIN=\"e-table\" noinst_LIBRARIES = \ libetable.a diff --git a/widgets/e-text/Makefile.am b/widgets/e-text/Makefile.am index e7cc4ea7e1..3725b20fb4 100644 --- a/widgets/e-text/Makefile.am +++ b/widgets/e-text/Makefile.am @@ -1,6 +1,7 @@ INCLUDES = \ -I$(top_srcdir) \ - $(GNOME_INCLUDEDIR) + $(GNOME_INCLUDEDIR) \ + -DG_LOG_DOMAIN=\"e-text\" noinst_LIBRARIES = \ libetext.a diff --git a/widgets/meeting-time-sel/Makefile.am b/widgets/meeting-time-sel/Makefile.am index efe9900dd8..fcf735c9bc 100644 --- a/widgets/meeting-time-sel/Makefile.am +++ b/widgets/meeting-time-sel/Makefile.am @@ -1,6 +1,7 @@ INCLUDES = \ - $(GNOME_INCLUDEDIR) + $(GNOME_INCLUDEDIR) \ + -DG_LOG_DOMAIN=\"meeting-time-sel\" noinst_LIBRARIES = \ libevolutionmtsel.a diff --git a/widgets/shortcut-bar/ChangeLog b/widgets/shortcut-bar/ChangeLog index e4ec9ba679..cbe187f9e4 100644 --- a/widgets/shortcut-bar/ChangeLog +++ b/widgets/shortcut-bar/ChangeLog @@ -1,3 +1,7 @@ +2000-05-02 Matt Loper <matt@helixcode.com> + + * Makefile.am: set G_LOG_DOMAIN. + 2000-04-16 Damon Chaplin <damon@helixcode.com> * test-shortcut-bar.c: added buttons to test moving/reordering groups. diff --git a/widgets/shortcut-bar/Makefile.am b/widgets/shortcut-bar/Makefile.am index a89b3dfe8b..66893fefb0 100644 --- a/widgets/shortcut-bar/Makefile.am +++ b/widgets/shortcut-bar/Makefile.am @@ -4,7 +4,8 @@ noinst_PROGRAMS = test-shortcut-bar INCLUDES = \ -DEVOLUTION_VERSION=\""$(VERSION)"\" \ - $(EXTRA_GNOME_CFLAGS) + $(EXTRA_GNOME_CFLAGS) \ + -DG_LOG_DOMAIN=\"shortcut-bar\" libshortcut_bar_a_SOURCES = \ e-clipped-label.c \ |