summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-04-04 10:42:58 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-04-07 14:29:34 -0400
commit56815242acd94baa90992b45fa646abd6c436be8 (patch)
treee9d910b83ccbe6e750c6c6efe61397ddbe653efd /Makefile.am
parentf7152c19b97391fb97d9125f7a211f0e678ec081 (diff)
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 6ee5aaa403..d670ae1984 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 \