diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-06-03 00:23:38 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-06-03 00:23:38 +0800 |
commit | f2f9d1f22e3e723aa3508fa0ec91e780bbf2d3f9 (patch) | |
tree | 4e473f2c3056aa04c0f9a36f62ad30277759175f /Makefile.am | |
parent | 9934dcecd2b983e671ceb0daa1466ad8d13d90b3 (diff) | |
download | gsoc2013-evolution-f2f9d1f22e3e723aa3508fa0ec91e780bbf2d3f9.tar.gz gsoc2013-evolution-f2f9d1f22e3e723aa3508fa0ec91e780bbf2d3f9.tar.zst gsoc2013-evolution-f2f9d1f22e3e723aa3508fa0ec91e780bbf2d3f9.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 5dd4fab69a..d0cfe9e8ec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -89,22 +89,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 |