diff options
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/ChangeLog | 4 | ||||
-rw-r--r-- | e-util/Makefile.am | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 8c62ab6dd2..aa338ae2c4 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,7 @@ +2000-05-02 Matt Loper <matt@helixcode.com> + + * Makefile.am: set G_LOG_DOMAIN. + 2000-05-01 Ettore Perazzoli <ettore@helixcode.com> * e-xml-utils.c, e-xml-utils.h: Constified all the functions. diff --git a/e-util/Makefile.am b/e-util/Makefile.am index 19c757e580..3445e4225a 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -1,5 +1,6 @@ INCLUDES = \ - $(GNOME_INCLUDEDIR) + $(GNOME_INCLUDEDIR) \ + -DG_LOG_DOMAIN=\"e-utils\" noinst_LTLIBRARIES = libeutil.la |