mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-05 20:28:01 +02:00
build: Always ship upower.service.in
upower.service.in was only shipped if the tarball was built with systemd support. We always need to ship it.
This commit is contained in:
parent
b6dfa473f8
commit
ac8fb3155b
1 changed files with 2 additions and 1 deletions
|
|
@ -166,9 +166,10 @@ dbusconf_DATA = $(dbusconf_in_files:.conf.in=.conf)
|
|||
$(dbusconf_DATA): $(dbusconf_in_files) Makefile
|
||||
cp $< $@
|
||||
|
||||
systemdservice_in_files = upower.service.in
|
||||
|
||||
if HAVE_SYSTEMDSYSTEMUNITDIR
|
||||
systemdservicedir = $(systemdsystemunitdir)
|
||||
systemdservice_in_files = upower.service.in
|
||||
systemdservice_DATA = $(systemdservice_in_files:.service.in=.service)
|
||||
|
||||
$(systemdservice_DATA): $(systemdservice_in_files) Makefile
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue