diff options
-rw-r--r-- | wombat/ChangeLog | 5 | ||||
-rw-r--r-- | wombat/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/wombat/ChangeLog b/wombat/ChangeLog index cf595f3a8c..4929cafda7 100644 --- a/wombat/ChangeLog +++ b/wombat/ChangeLog @@ -1,3 +1,8 @@ +2000-09-25 Jeffrey Stedfast <fejj@helixcode.com> + + * Makefile.am: ename moved so link against + e-util/ename/libename.la + 2000-08-26 JP Rosevear <jpr@helixcode.com> * Makefile.am: Remove gnorba related code diff --git a/wombat/Makefile.am b/wombat/Makefile.am index c00c4cd3d3..0edfda25ee 100644 --- a/wombat/Makefile.am +++ b/wombat/Makefile.am @@ -22,7 +22,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)/e-util/ename/libename.la \ $(top_builddir)/calendar/pcs/libpcs.a \ $(top_builddir)/calendar/cal-util/libcal-util.la \ $(top_builddir)/libical/src/libical/libical.a \ |