diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-06-23 04:32:52 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-06-23 04:32:52 +0800 |
commit | 34fde8639cc23d2a85cc1864dccce91197b32932 (patch) | |
tree | 452312dcd09f72025471e53ee7dcddbe187650d6 /wombat/Makefile.am | |
parent | ed169f4075b09453f004d770b5daf388e61971de (diff) | |
download | gsoc2013-evolution-34fde8639cc23d2a85cc1864dccce91197b32932.tar gsoc2013-evolution-34fde8639cc23d2a85cc1864dccce91197b32932.tar.gz gsoc2013-evolution-34fde8639cc23d2a85cc1864dccce91197b32932.tar.bz2 gsoc2013-evolution-34fde8639cc23d2a85cc1864dccce91197b32932.tar.lz gsoc2013-evolution-34fde8639cc23d2a85cc1864dccce91197b32932.tar.xz gsoc2013-evolution-34fde8639cc23d2a85cc1864dccce91197b32932.tar.zst gsoc2013-evolution-34fde8639cc23d2a85cc1864dccce91197b32932.zip |
Added libwombat/libwombat.la
2001-06-22 Jeffrey Stedfast <fejj@ximian.com>
* Makefile.am (wombat_LDADD): Added libwombat/libwombat.la
svn path=/trunk/; revision=10401
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 b1d617c82b..2b2faaa406 100644 --- a/wombat/Makefile.am +++ b/wombat/Makefile.am @@ -32,6 +32,7 @@ wombat_LDADD = \ $(top_builddir)/libversit/libversit.la \ $(top_builddir)/e-util/libedb3util.la \ $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/libwombat/libwombat.la \ $(LDAP_LIBS) \ $(EXTRA_GNOME_LIBS) \ $(BONOBO_VFS_GNOME_LIBS) |