diff options
-rw-r--r-- | shell/Makefile.am | 9 |
1 files changed, 1 insertions, 8 deletions
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 = \ |