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 /tools/Makefile.am | |
parent | f824830018a59b31d19bc7370a5638071e35c295 (diff) | |
download | gsoc2013-evolution-ce6b94f8b825ff1c26916555a0157d21cc32dfe4.tar.gz 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
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
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) |