From d389de1475383703adcf4f34fc5379a61e73a9af Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 3 Jun 2009 09:45:36 -0400 Subject: It might help to install the evolution binary. I caused this in the "Drop support for CDE" commit. Nice little regression there. --- shell/Makefile.am | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'shell/Makefile.am') diff --git a/shell/Makefile.am b/shell/Makefile.am index fcc2d991ea..2403264094 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -28,7 +28,7 @@ INCLUDES = \ $(TZDIALOG_CFLAGS) \ $(SHELL_CFLAGS) -noinst_PROGRAMS = evolution +bin_PROGRAMS = evolution if NM_SUPPORT NM_SUPPORT_FILES = e-shell-nm.c @@ -166,13 +166,6 @@ install-data-local: fi endif -install-evolution: $(install-privsolibLTLIBRARIES) - $(mkinstalldirs) $(DESTDIR)$(bindir) - $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) evolution$(EXEEXT) $(DESTDIR)$(bindir)/evolution$(EXEEXT) - -uninstall-evolution: - $(LIBTOOL) --mode=uninstall rm -rf $(DESTDIR)$(bindir)/evolution$(EXEEXT) - # Extra dist stuff EXTRA_DIST = \ -- cgit