aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--tools/Makefile.am4
2 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index c5d90f11ae..1952b753ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)