diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-06-03 00:23:38 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-06-03 02:04:26 +0800 |
commit | 6e87927dac9c7620d8e0650fde085e45c735fb29 (patch) | |
tree | 9ae3489e06135487a1da95b6ff864b97985ba79d /shell | |
parent | 0ad38c65f59b24c9bc3eb9b7be0beefe0050c639 (diff) | |
download | gsoc2013-evolution-6e87927dac9c7620d8e0650fde085e45c735fb29.tar.gz gsoc2013-evolution-6e87927dac9c7620d8e0650fde085e45c735fb29.tar.zst gsoc2013-evolution-6e87927dac9c7620d8e0650fde085e45c735fb29.zip |
Bug 582939 – Drop support for CDE
Diffstat (limited to 'shell')
-rw-r--r-- | shell/Makefile.am | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 07409baf9e..fcc2d991ea 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -173,23 +173,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 = \ |