diff options
Diffstat (limited to 'data/upstart/Makefile.am')
-rw-r--r-- | data/upstart/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/upstart/Makefile.am b/data/upstart/Makefile.am new file mode 100644 index 0000000..f7bc09e --- /dev/null +++ b/data/upstart/Makefile.am @@ -0,0 +1,9 @@ + +xdg_autostartdir = $(pkgdatadir)/upstart/xdg/autostart +xdg_autostart_DATA = indicator-application.desktop + +%.desktop: %.desktop.in + sed -e "s|\@libexecdir\@|$(pkglibexecdir)|" $< > $@ + +EXTRA_DIST = \ + indicator-application.desktop.in |