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/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/Makefile.am')
-rw-r--r-- | khotkeys/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/khotkeys/Makefile.am b/khotkeys/Makefile.am index 981a8a9b6..924686af4 100644 --- a/khotkeys/Makefile.am +++ b/khotkeys/Makefile.am @@ -1,10 +1,5 @@ SUBDIRS = shared kcontrol app data update $(KHOTKEYS_ARTS_SUBDIR) -khotkeys_autostart_DATA = khotkeys.desktop -khotkeys_autostartdir = $(datadir)/autostart - -EXTRA_DIST = $(khotkeys_autostart_DATA) COPYING AUTHORS - messages: rc.cpp $(EXTRACTRC) kcontrol/ui/*.ui data/*.khotkeys >> rc.cpp $(XGETTEXT) rc.cpp app/*.cpp shared/*.cpp shared/*.h kcontrol/*.cpp -o $(podir)/khotkeys.pot |