blob: f7bc09e1f80cffbdc576edac0f2cf0be09ae5416 (
plain)
1
2
3
4
5
6
7
8
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
|