diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2015-10-14 19:19:45 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-10-14 19:20:13 +0200 |
commit | 941edc75646d32915604581931cec6a6e32fa469 (patch) | |
tree | b0806565aead96ee17c5b420fbe30ffed75b0c87 /kmouth/Makefile.am | |
parent | 69acc206b92760fe91aed4d28d3eb0bce11b0c6f (diff) | |
download | tdeaccessibility-941edc75646d32915604581931cec6a6e32fa469.tar.gz tdeaccessibility-941edc75646d32915604581931cec6a6e32fa469.zip |
Fix applications desktop files location
to be compliant with xdg specification
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 46f4ca81b543374e1d2b79de1b87ef3a887c0737)
Diffstat (limited to 'kmouth/Makefile.am')
-rw-r--r-- | kmouth/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kmouth/Makefile.am b/kmouth/Makefile.am index c661e69..9e4a051 100644 --- a/kmouth/Makefile.am +++ b/kmouth/Makefile.am @@ -9,8 +9,7 @@ EXTRA_DIST = main.cpp version.h kmouth.cpp kmouth.h kmouthui.rc kmouth.desktop p kde_conf_DATA = kmouthrc -apps_DATA = kmouth.desktop -appsdir = $(kde_appsdir)/Applications +xdg_apps_DATA = kmouth.desktop # set the include path for X, qt and KDE INCLUDES= -Iphrasebook -Iwordcompletion $(all_includes) |