aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac19
-rw-r--r--data/Makefile.am7
2 files changed, 0 insertions, 26 deletions
diff --git a/configure.ac b/configure.ac
index ce24d7d1fc..bf261b0f36 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1520,25 +1520,6 @@ AC_ARG_WITH([sub-version],
AC_DEFINE_UNQUOTED(SUB_VERSION, "$with_sub_version", [Version substring, for packagers])
-dnl ********************
-dnl KDE applnk directory
-dnl ********************
-AC_ARG_WITH([kde-applnk-path],
- AS_HELP_STRING([--with-kde-applnk-path=PATH],
- [Location of KDE applnk files]),
- [with_kde_applnk_path=$withval], [with_kde_applnk_path="no"])
-
-if test x"$with_kde_applnk_path" != x"no"; then
- if test -z "$with_kde_applnk_path"; then
- with_kde_applnk_path="$datadir/applnk"
- fi
- KDE_APPLNK_DIR="$with_kde_applnk_path"
-else
- KDE_APPLNK_DIR=""
-fi
-AM_CONDITIONAL(HAVE_KDE_APPLNK, test x"$KDE_APPLNK_DIR" != x)
-AC_SUBST(KDE_APPLNK_DIR)
-
dnl ********************************************
dnl Glade 3 catalog files (for maintainers only)
dnl ********************************************
diff --git a/data/Makefile.am b/data/Makefile.am
index a107daa950..de1a3d0e39 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -42,13 +42,6 @@ dist_theme_DATA = \
webview.css \
webview-print.css
-if HAVE_KDE_APPLNK
-
-kdedesktopdir = $(KDE_APPLNK_DIR)/Applications
-kdedesktop_DATA = $(desktop_in_in_file:.desktop.in.in=.desktop)
-
-endif
-
dist_noinst_MANS = evolution.1