aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-06-03 00:23:38 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-06-03 02:04:26 +0800
commit6e87927dac9c7620d8e0650fde085e45c735fb29 (patch)
tree9ae3489e06135487a1da95b6ff864b97985ba79d /Makefile.am
parent0ad38c65f59b24c9bc3eb9b7be0beefe0050c639 (diff)
downloadgsoc2013-evolution-6e87927dac9c7620d8e0650fde085e45c735fb29.tar
gsoc2013-evolution-6e87927dac9c7620d8e0650fde085e45c735fb29.tar.gz
gsoc2013-evolution-6e87927dac9c7620d8e0650fde085e45c735fb29.tar.bz2
gsoc2013-evolution-6e87927dac9c7620d8e0650fde085e45c735fb29.tar.lz
gsoc2013-evolution-6e87927dac9c7620d8e0650fde085e45c735fb29.tar.xz
gsoc2013-evolution-6e87927dac9c7620d8e0650fde085e45c735fb29.tar.zst
gsoc2013-evolution-6e87927dac9c7620d8e0650fde085e45c735fb29.zip
Bug 582939 – Drop support for CDE
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am18
1 files changed, 0 insertions, 18 deletions
diff --git a/Makefile.am b/Makefile.am
index aa038cad51..cb866d5d8a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -114,22 +114,4 @@ DISTCHECK_CONFIGURE_FLAGS = \
--disable-scrollkeeper \
--enable-test-component
-# CDE Stuff
-
-if HAVE_DTAPPINTEGRATE
-
-# This installs Evolution into the Application Manager on CDE
-dtappintegrate:
- ( cd data && make dtappintegrate )
-
-# ...And this uninstalls it
-dtappunintegrate:
- ( cd data ; make dtappunintegrate )
-
-# Install/uninstall for CDE
-cde-install: install dtappintegrate
-cde-uninstall: dtappunintegrate uninstall
-
-endif
-
-include $(top_srcdir)/git.mk