diff options
author | Rodney Dawes <rodney.dawes@canonical.com> | 2017-02-27 15:12:14 +0000 |
---|---|---|
committer | Bileto Bot <ci-train-bot@canonical.com> | 2017-02-27 15:12:14 +0000 |
commit | 89b030a289765eab79256865a51d3cda0c499bc4 (patch) | |
tree | 321475edc363f17114bd6f7f5001b9ffcc6c66a5 /data/upstart/Makefile.am | |
parent | c0c08dfdbe1d56cecea66c22b07a2fe799d4581d (diff) | |
parent | fcbd561ad7ecbc0d7273facf6185c7364192cd88 (diff) | |
download | ayatana-indicator-printers-89b030a289765eab79256865a51d3cda0c499bc4.tar.gz ayatana-indicator-printers-89b030a289765eab79256865a51d3cda0c499bc4.tar.bz2 ayatana-indicator-printers-89b030a289765eab79256865a51d3cda0c499bc4.zip |
Remove old autostart files.
Approved by: Ted Gould, unity-api-1-bot
Diffstat (limited to 'data/upstart/Makefile.am')
-rw-r--r-- | data/upstart/Makefile.am | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/data/upstart/Makefile.am b/data/upstart/Makefile.am deleted file mode 100644 index 8eb41e9..0000000 --- a/data/upstart/Makefile.am +++ /dev/null @@ -1,17 +0,0 @@ -BUILT_SOURCES= -CLEANFILES= -EXTRA_DIST= - -# -# the upstart xdg autostart override -# - -xdg_autostartdir = $(datadir)/upstart/xdg/autostart -xdg_autostart_DATA = indicator-printers.desktop -xdg_autostart_in = $(xdg_autostart_DATA:.desktop=.desktop.in) -$(xdg_autostart_DATA): $(xdg_autostart_in) - $(AM_V_GEN) $(SED) -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@ -BUILT_SOURCES += $(xdg_autostart_DATA) -CLEANFILES += $(xdg_autostart_DATA) -EXTRA_DIST += $(xdg_autostart_in) - |