diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | tools/Makefile.am | 10 |
2 files changed, 6 insertions, 10 deletions
@@ -0,0 +1,6 @@ +2003-06-13 Ettore Perazzoli <ettore@ximian.com> + + * tools/Makefile.am: Remove evolution-launch-composer since it's + no longer needed. + + diff --git a/tools/Makefile.am b/tools/Makefile.am index 7fb6880b87..0f4ee59981 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -4,7 +4,6 @@ privlibexec_SCRIPTS = \ privlibexec_PROGRAMS = \ evolution-addressbook-import \ - evolution-launch-composer \ killev @@ -50,15 +49,6 @@ evolution_addressbook_import_LDADD = \ evolution_addressbook_abuse_LDADD = \ $(evolution_addressbook_import_LDADD) -evolution_launch_composer_SOURCES = \ - $(CORBA_SOURCE) \ - evolution-launch-composer.c - -evolution_launch_composer_LDADD = \ - $(GNOME_FULL_LIBS) \ - $(top_builddir)/addressbook/backend/ebook/libebook.la \ - $(top_builddir)/widgets/menus/libmenus.la - killev_SOURCES = \ killev.c |