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.am4
2 files changed, 7 insertions, 1 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index 3174e3db52..db8ddf699c 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,7 @@
+2000-09-25 Jeffrey Stedfast <fejj@helixcode.com>
+
+ * Makefile.am: add ename as a SUBDIR
+
2000-09-18 Christopher James Lahey <clahey@helixcode.com>
* e-list-iterator.c, e-list.c, e-list.h: Made e_list a bit more
diff --git a/e-util/Makefile.am b/e-util/Makefile.am
index d37084dab0..bdc8655369 100644
--- a/e-util/Makefile.am
+++ b/e-util/Makefile.am
@@ -1,3 +1,5 @@
+SUBDIRS = . ename
+
imagesdir = $(datadir)/images/evolution
INCLUDES = \
@@ -31,4 +33,4 @@ libeutil_la_SOURCES = \
libeutil_la_LIBADD = $(UNICODE_LIBS)
libeutil_static_la_SOURCES = $(libeutil_la_SOURCES)
-libeutil_static_la_LDFLAGS = --all-static \ No newline at end of file
+libeutil_static_la_LDFLAGS = --all-static