~laney/bamf/multiple-xdg-current-desktop-values

« back to all changes in this revision

Viewing changes to data/Makefile.am

  • Committer: Bileto Bot
  • Author(s): Martin Pitt
  • Date: 2016-07-26 09:07:42 UTC
  • mfrom: (642.1.1 bamf)
  • Revision ID: ci-train-bot@canonical.com-20160726090742-iueru7kswdwjx3te
Add support for starting bamf through user systemd units

Approved by: Marco Trevisan (Treviño)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
upstartdir = @datarootdir@/upstart/sessions
5
5
upstart_DATA = bamfdaemon.conf
6
6
 
 
7
systemddir = /usr/lib/systemd/user
 
8
systemd_DATA = bamfdaemon.service
 
9
 
7
10
bamfdaemondbusrunnerdir = $(pkglibexecdir)
8
11
bamfdaemondbusrunner_SCRIPTS = bamfdaemon-dbus-runner
9
12
 
13
16
bamfdaemon.conf: bamfdaemon.conf.in
14
17
        $(AM_V_GEN)sed "s,@PKGLIBEXECDIR@,$(pkglibexecdir)," $< > $@
15
18
 
 
19
bamfdaemon.service: bamfdaemon.service.in
 
20
        $(AM_V_GEN)sed "s,@PKGLIBEXECDIR@,$(pkglibexecdir)," $< > $@
 
21
 
16
22
bamfdaemon-dbus-runner: bamfdaemon-dbus-runner.in
17
23
        $(AM_V_GEN)sed "s,@PKGLIBEXECDIR@,$(pkglibexecdir)," $< > $@
18
24