diff options
Diffstat (limited to 'composer')
-rw-r--r-- | composer/ChangeLog | 4 | ||||
-rw-r--r-- | composer/Makefile.am | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 470f00fc06..a02167ef55 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,7 @@ +2000-05-02 Matt Loper <matt@helixcode.com> + + * Makefile.am: set G_LOG_DOMAIN. + 2000-04-28 Dan Winship <danw@helixcode.com> * e-msg-composer-hdrs.c (set_recipients): Update (minimally) for diff --git a/composer/Makefile.am b/composer/Makefile.am index b292516bc5..f5d63ab55c 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -15,7 +15,8 @@ INCLUDES = \ -I$(top_srcdir)/camel \ -I$(top_builddir)/camel \ $(GNOME_INCLUDEDIR) \ - $(BONOBO_GNOME_CFLAGS) + $(BONOBO_GNOME_CFLAGS) \ + -DG_LOG_DOMAIN=\"composer\" CPPFLAGS = \ -DE_GLADEDIR=\"$(gladedir)\" |