aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2014-02-19 22:35:00 -0600
committerTed Gould <ted@gould.cx>2014-02-19 22:35:00 -0600
commit8741f59aa09687eb3f49399afe513e7664e08774 (patch)
tree88a346e2933c4824ae6f19426fb3a7eca1fe14dd /data
parent20ef67d77138f70a0cd637189acf4c606da2773c (diff)
downloadayatana-indicator-keyboard-8741f59aa09687eb3f49399afe513e7664e08774.tar.gz
ayatana-indicator-keyboard-8741f59aa09687eb3f49399afe513e7664e08774.tar.bz2
ayatana-indicator-keyboard-8741f59aa09687eb3f49399afe513e7664e08774.zip
Grab the makefile config too
Diffstat (limited to 'data')
-rw-r--r--data/upstart/Makefile.am12
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
+