diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 10 |
1 files changed, 0 insertions, 10 deletions
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 |