1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-22 13:33:56 +03:00

build-sys: force generation of triggers.systemd file

We don't want to actually install it anywhere, because it
is only usable copied or %included directly into a spec file,
and must be available before %prep is run. But still, it's
useful to generate it automatically so it's easier to copy
and it doesn't go stale.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2016-04-04 10:42:58 -04:00
parent f7152c19b9
commit 56815242ac

View File

@ -1383,6 +1383,9 @@ pkgconfigdata_DATA += \
nodist_rpmmacros_DATA = \
src/core/macros.systemd
BUILT_SOURCES += \
src/core/triggers.systemd
EXTRA_DIST += \
src/core/systemd.pc.in \
src/core/macros.systemd.in \