aboutsummaryrefslogtreecommitdiffstats
path: root/wombat
diff options
context:
space:
mode:
Diffstat (limited to 'wombat')
-rw-r--r--wombat/ChangeLog4
-rw-r--r--wombat/Makefile.am1
2 files changed, 5 insertions, 0 deletions
diff --git a/wombat/ChangeLog b/wombat/ChangeLog
index 150aa26e46..d54b57bb34 100644
--- a/wombat/ChangeLog
+++ b/wombat/ChangeLog
@@ -1,3 +1,7 @@
+2000-04-30 Christopher James Lahey <clahey@helixcode.com>
+
+ * Makefile.am: Added ename libs to LDADD.
+
2000-04-27 Ettore Perazzoli <ettore@helixcode.com>
* wombat.c
diff --git a/wombat/Makefile.am b/wombat/Makefile.am
index 94118eef9c..0423fb49b5 100644
--- a/wombat/Makefile.am
+++ b/wombat/Makefile.am
@@ -21,6 +21,7 @@ wombat_LDADD = \
$(BONOBO_VFS_GNOME_LIBS) \
$(top_builddir)/addressbook/backend/pas/libpas.a \
$(top_builddir)/addressbook/backend/ebook/libebook.la \
+ $(top_builddir)/addressbook/ename/libename.la \
$(top_builddir)/calendar/pcs/libpcs.a \
$(top_builddir)/libical/src/libical/libical.la \
$(top_builddir)/calendar/cal-util/libcal-util.la \