diff options
author | Michele Calgaro <[email protected]> | 2016-09-11 18:31:00 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2016-09-11 18:32:52 +0900 |
commit | 6960221d2c0d539b5f34bedfd004051313c1984e (patch) | |
tree | e23f1ee45f5ee8b3090de3e53a93b728bbfaea7d /khotkeys/app/Makefile.am | |
parent | 2649b1ebf4eec141dc8e1642f9decac615ca5f29 (diff) | |
download | tdebase-6960221d2c0d539b5f34bedfd004051313c1984e.tar.gz tdebase-6960221d2c0d539b5f34bedfd004051313c1984e.zip |
Fixed khotkeys.desktop handling. This resolve bug 2685.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'khotkeys/app/Makefile.am')
-rw-r--r-- | khotkeys/app/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/khotkeys/app/Makefile.am b/khotkeys/app/Makefile.am index e003ad0c2..0ff95b46e 100644 --- a/khotkeys/app/Makefile.am +++ b/khotkeys/app/Makefile.am @@ -16,6 +16,3 @@ noinst_HEADERS = app.h kded.h INCLUDES = -I$(srcdir)/../shared $(all_includes) METASOURCES = AUTO - -servicesdir = $(kde_servicesdir)/kded -services_DATA = khotkeys.desktop |