diff options
author | Dan Winship <danw@src.gnome.org> | 2003-03-01 06:20:58 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-03-01 06:20:58 +0800 |
commit | ce6b94f8b825ff1c26916555a0157d21cc32dfe4 (patch) | |
tree | b2aee96e2c61d2ebcb2010a825e320c1809b2caa | |
parent | f824830018a59b31d19bc7370a5638071e35c295 (diff) | |
download | gsoc2013-evolution-ce6b94f8b825ff1c26916555a0157d21cc32dfe4.tar gsoc2013-evolution-ce6b94f8b825ff1c26916555a0157d21cc32dfe4.tar.gz gsoc2013-evolution-ce6b94f8b825ff1c26916555a0157d21cc32dfe4.tar.bz2 gsoc2013-evolution-ce6b94f8b825ff1c26916555a0157d21cc32dfe4.tar.lz gsoc2013-evolution-ce6b94f8b825ff1c26916555a0157d21cc32dfe4.tar.xz gsoc2013-evolution-ce6b94f8b825ff1c26916555a0157d21cc32dfe4.tar.zst gsoc2013-evolution-ce6b94f8b825ff1c26916555a0157d21cc32dfe4.zip |
Fix dependencies
* tools/Makefile.am (evolution_launch_composer_LDADD): Fix
dependencies
svn path=/trunk/; revision=20113
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | tools/Makefile.am | 4 |
2 files changed, 5 insertions, 4 deletions
@@ -1,3 +1,8 @@ +2003-02-28 Dan Winship <danw@ximian.com> + + * tools/Makefile.am (evolution_launch_composer_LDADD): Fix + dependencies + 2003-02-28 Hans Petter Jansson <hpj@ximian.com> * configure.in: Add calendar/importers/Makefile to output. diff --git a/tools/Makefile.am b/tools/Makefile.am index 06820ca533..5687cc174b 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -63,10 +63,6 @@ evolution_launch_composer_SOURCES = \ evolution_launch_composer_LDADD = \ $(GNOME_FULL_LIBS) \ $(top_builddir)/addressbook/backend/ebook/libebook.la \ - $(top_builddir)/camel/libcamel.la \ - $(top_builddir)/e-util/ename/libename.la \ - $(top_builddir)/libversit/libversit.a \ - $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/widgets/menus/libmenus.la CLEANFILES = evolution-addressbook-clean $(BUILD_SOURCES) |