diff options
author | Ted Gould <ted@gould.cx> | 2014-02-19 22:35:00 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-02-19 22:35:00 -0600 |
commit | 8741f59aa09687eb3f49399afe513e7664e08774 (patch) | |
tree | 88a346e2933c4824ae6f19426fb3a7eca1fe14dd | |
parent | 20ef67d77138f70a0cd637189acf4c606da2773c (diff) | |
download | ayatana-indicator-keyboard-8741f59aa09687eb3f49399afe513e7664e08774.tar.gz ayatana-indicator-keyboard-8741f59aa09687eb3f49399afe513e7664e08774.tar.bz2 ayatana-indicator-keyboard-8741f59aa09687eb3f49399afe513e7664e08774.zip |
Grab the makefile config too
-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..3cf55624 --- /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|\@libexecdir\@|$(libexecdir)|" $< > $@ + +EXTRA_DIST = indicator-keyboard.desktop.in + |