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 /Makefile.am | |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 18 |
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 |