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 /wombat/Makefile.am | |
parent | 464a51d294899ddd512eb3021c7208f58be7a915 (diff) | |
download | gsoc2013-evolution-dd5c4dbfdfdfd135dafd3855f90e424e6819fe4d.tar.gz gsoc2013-evolution-dd5c4dbfdfdfd135dafd3855f90e424e6819fe4d.tar.zst gsoc2013-evolution-dd5c4dbfdfdfd135dafd3855f90e424e6819fe4d.zip |
Add libedb3util
* Makefile.am (wombat_LDADD): Add libedb3util
svn path=/trunk/; revision=10277
Diffstat (limited to 'wombat/Makefile.am')
-rw-r--r-- | wombat/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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) \ |