diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-09-26 04:57:17 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-09-26 04:57:17 +0800 |
commit | daf7310b122595b7cf8b70cd15c7d27db39b7582 (patch) | |
tree | 2f444553f2df510eccf1b1069d5165f0fd726a54 | |
parent | 098953653a54ffb3ac2af18083eaf907b7199f66 (diff) | |
download | gsoc2013-evolution-daf7310b122595b7cf8b70cd15c7d27db39b7582.tar gsoc2013-evolution-daf7310b122595b7cf8b70cd15c7d27db39b7582.tar.gz gsoc2013-evolution-daf7310b122595b7cf8b70cd15c7d27db39b7582.tar.bz2 gsoc2013-evolution-daf7310b122595b7cf8b70cd15c7d27db39b7582.tar.lz gsoc2013-evolution-daf7310b122595b7cf8b70cd15c7d27db39b7582.tar.xz gsoc2013-evolution-daf7310b122595b7cf8b70cd15c7d27db39b7582.tar.zst gsoc2013-evolution-daf7310b122595b7cf8b70cd15c7d27db39b7582.zip |
ename moved so link against e-util/ename/libename.la
2000-09-25 Jeffrey Stedfast <fejj@helixcode.com>
* Makefile.am: ename moved so link against
e-util/ename/libename.la
svn path=/trunk/; revision=5581
-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 \ |