aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
diff options
context:
space:
mode:
Diffstat (limited to 'e-util')
-rw-r--r--e-util/ChangeLog4
-rw-r--r--e-util/Makefile.am1
2 files changed, 5 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index db8ddf699c..70979f82b8 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,7 @@
+Tue Sep 26 16:48:49 2000 Christopher James Lahey <clahey@helixcode.com>
+
+ * Makefile.am: Added $(EXTRA_GNOME_CFLAGS).
+
2000-09-25 Jeffrey Stedfast <fejj@helixcode.com>
* Makefile.am: add ename as a SUBDIR
diff --git a/e-util/Makefile.am b/e-util/Makefile.am
index bdc8655369..1c5846f40c 100644
--- a/e-util/Makefile.am
+++ b/e-util/Makefile.am
@@ -5,6 +5,7 @@ imagesdir = $(datadir)/images/evolution
INCLUDES = \
-I$(top_srcdir) \
$(GNOME_INCLUDEDIR) \
+ $(EXTRA_GNOME_CFLAGS) \
$(UNICODE_CFLAGS) \
-DEVOLUTION_IMAGES=\""$(imagesdir)"\" \
-DG_LOG_DOMAIN=\"e-utils\" \