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 /wombat/Makefile.am | |
parent | 098953653a54ffb3ac2af18083eaf907b7199f66 (diff) | |
download | gsoc2013-evolution-daf7310b122595b7cf8b70cd15c7d27db39b7582.tar.gz 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
Diffstat (limited to 'wombat/Makefile.am')
-rw-r--r-- | wombat/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |