diff options
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index d087e62f38..6fbfd499c9 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -40,7 +40,7 @@ endif noinst_MANS = evolution.1 noinst_DATA = $(keys_file) $(desktop_file) -SUBDIRS = cde_app_root icons +SUBDIRS = icons install-data-local: install-kde-applnk $(desktop_file) $(keys_file) $(mime_file) $(mkinstalldirs) $(DESTDIR)$(desktopdir); \ @@ -56,20 +56,6 @@ uninstall-local: uninstall-kde-applnk rm -rf $(DESTDIR)$(keysdir)/$(keys_file) ; \ rm -rf $(DESTDIR)$(mimedir)/$(mime_file) ; -# CDE Stuff - -if HAVE_DTAPPINTEGRATE - -# This installs Evolution into the Application Manager on CDE -dtappintegrate: - $(DTAPPINTEGRATE) -s $(privdatadir)/cde_app_root - -# ...And this uninstalls it -dtappunintegrate: - $(DTAPPINTEGRATE) -u -s $(privdatadir)/cde_app_root - -endif - CLEANFILES = \ $(desktop_file) \ $(keys_file) @@ -80,6 +66,4 @@ EXTRA_DIST = \ $(keys_in_file) \ $(noinst_MANS) - - -include $(top_srcdir)/git.mk |