From f2f9d1f22e3e723aa3508fa0ec91e780bbf2d3f9 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 2 Jun 2009 12:23:38 -0400 Subject: Bug 582939 – Drop support for CDE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/Makefile.am | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'shell') diff --git a/shell/Makefile.am b/shell/Makefile.am index 6d47f6e933..025827d45a 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -208,23 +208,6 @@ install-evolution: $(install-privsolibLTLIBRARIES) uninstall-evolution: $(LIBTOOL) --mode=uninstall rm -rf $(DESTDIR)$(bindir)/evolution$(EXEEXT) -if HAVE_DTAPPINTEGRATE - -install-exec-local: install-evolution - $(mkinstalldirs) $(DESTDIR)$(libexecdir) - mv $(DESTDIR)$(bindir)/evolution-$(BASE_VERSION) $(DESTDIR)$(libexecdir)/evolution-$(BASE_VERSION) - $(INSTALL_PROGRAM) evolution-nognome $(DESTDIR)$(bindir)/evolution-$(BASE_VERSION) - -uninstall-local: uninstall-evolution - rm -rf $(DESTDIR)$(libexecdir)/evolution-$(BASE_VERSION) - rm -rf $(DESTDIR)$(bindir)/evolution-$(BASE_VERSION)/evolution-nognome -else - -install-exec-local: install-evolution -uninstall-local: uninstall-evolution - -endif - # Extra dist stuff EXTRA_DIST = \ -- cgit