diff options
author | William Hua <william.hua@canonical.com> | 2014-07-28 12:07:54 +0200 |
---|---|---|
committer | William Hua <william.hua@canonical.com> | 2014-07-28 12:07:54 +0200 |
commit | 204761f0bb03d357b4e15e0f4a0c9e9076916438 (patch) | |
tree | 27b063467acbad15adf08fad637644d611e898cf /data/upstart/Makefile.am | |
parent | 66693b52961aa9197c54c508223ec12c1156a691 (diff) | |
parent | 5821cf88381ec50b42fbef94e8b8ba671af2b8c4 (diff) | |
download | ayatana-indicator-keyboard-204761f0bb03d357b4e15e0f4a0c9e9076916438.tar.gz ayatana-indicator-keyboard-204761f0bb03d357b4e15e0f4a0c9e9076916438.tar.bz2 ayatana-indicator-keyboard-204761f0bb03d357b4e15e0f4a0c9e9076916438.zip |
Merge trunk.
Diffstat (limited to 'data/upstart/Makefile.am')
-rw-r--r-- | data/upstart/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/upstart/Makefile.am b/data/upstart/Makefile.am new file mode 100644 index 00000000..c0b6a2eb --- /dev/null +++ b/data/upstart/Makefile.am @@ -0,0 +1,12 @@ +########################### +# Upstart XDG Override +########################### + +xdg_autostartdir = $(datadir)/upstart/xdg/autostart +xdg_autostart_DATA = indicator-keyboard.desktop + +%.desktop: %.desktop.in + $(AM_V_GEN) sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@ + +EXTRA_DIST = indicator-keyboard.desktop.in + |