diff options
author | Dan Winship <danw@src.gnome.org> | 2001-06-19 04:11:53 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-06-19 04:11:53 +0800 |
commit | dd5c4dbfdfdfd135dafd3855f90e424e6819fe4d (patch) | |
tree | a9ad4cadff39cac77df89d8092f91e8bc7a9b9e9 | |
parent | 464a51d294899ddd512eb3021c7208f58be7a915 (diff) | |
download | gsoc2013-evolution-dd5c4dbfdfdfd135dafd3855f90e424e6819fe4d.tar gsoc2013-evolution-dd5c4dbfdfdfd135dafd3855f90e424e6819fe4d.tar.gz gsoc2013-evolution-dd5c4dbfdfdfd135dafd3855f90e424e6819fe4d.tar.bz2 gsoc2013-evolution-dd5c4dbfdfdfd135dafd3855f90e424e6819fe4d.tar.lz gsoc2013-evolution-dd5c4dbfdfdfd135dafd3855f90e424e6819fe4d.tar.xz gsoc2013-evolution-dd5c4dbfdfdfd135dafd3855f90e424e6819fe4d.tar.zst gsoc2013-evolution-dd5c4dbfdfdfd135dafd3855f90e424e6819fe4d.zip |
Add libedb3util
* Makefile.am (wombat_LDADD): Add libedb3util
svn path=/trunk/; revision=10277
-rw-r--r-- | wombat/ChangeLog | 4 | ||||
-rw-r--r-- | wombat/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/wombat/ChangeLog b/wombat/ChangeLog index 40fe8cd40b..1acbe110b3 100644 --- a/wombat/ChangeLog +++ b/wombat/ChangeLog @@ -1,3 +1,7 @@ +2001-06-18 Dan Winship <danw@ximian.com> + + * Makefile.am (wombat_LDADD): Add libedb3util + 2001-06-03 Ettore Perazzoli <ettore@ximian.com> * Makefile.am (wombat_LDADD): Move `$(DB3_LDADD)' before libeutil. diff --git a/wombat/Makefile.am b/wombat/Makefile.am index 1e409bf99a..b1d617c82b 100644 --- a/wombat/Makefile.am +++ b/wombat/Makefile.am @@ -30,6 +30,7 @@ wombat_LDADD = \ $(top_builddir)/calendar/cal-util/libcal-util.la \ $(top_builddir)/libical/src/libical/libical.la \ $(top_builddir)/libversit/libversit.la \ + $(top_builddir)/e-util/libedb3util.la \ $(top_builddir)/e-util/libeutil.la \ $(LDAP_LIBS) \ $(EXTRA_GNOME_LIBS) \ |