diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-10-02 20:20:19 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-10-02 20:20:19 +0200 |
commit | 19f2251e0569fe76c535450b5667c817b5043329 (patch) | |
tree | bdfc923ebdc5e82609f9b28c1e04d51d878dc5be /Makefile.am | |
parent | 2a48fa3c04cb20fa9741e0d4bac3f614f1d8ba0d (diff) | |
download | connman-19f2251e0569fe76c535450b5667c817b5043329.tar.gz connman-19f2251e0569fe76c535450b5667c817b5043329.tar.bz2 connman-19f2251e0569fe76c535450b5667c817b5043329.zip |
Add support for systemd service configuration
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index a49bc59e..13587efd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,9 +40,11 @@ dbusconfdir = @DBUS_CONFDIR@ dbusconf_DATA = src/connman.conf -dbusdatadir = @DBUS_DATADIR@ +if SYSTEMD +systemdunitdir = @SYSTEMD_UNITDIR@ -dbusdata_DATA = src/connman.service +systemdunit_DATA = src/connman.service +endif endif plugin_LTLIBRARIES = |