39f663d48ab73d6f76078396a61dc9e095d1b489
[profile/ivi/node-startup-controller.git] / nsm-dummy / dbus / Makefile.am
1 # vi:set ts=8 sw=8 noet ai nocindent:
2
3 bus_servicedir = $(datadir)/dbus-1/system-services
4
5 bus_service_in_files =                                                  \
6         com.contiautomotive.NodeStateManager.service.in
7
8 bus_service_DATA = $(bus_service_in_files:.service.in=.service)
9
10 %.service: %.service.in
11         sed -e "s,\@libdir\@,$(libdir),g"                               \
12             -e "s,\@BOOT_MANAGER_VERSION_API\@,$(BOOT_MANAGER_VERSION_API),g" < $< > $@
13
14 CLEANFILES =                                                            \
15         $(bus_service_DATA)
16
17 EXTRA_DIST =                                                            \
18         $(bus_service_in_files)