From 56815242acd94baa90992b45fa646abd6c436be8 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Mon, 4 Apr 2016 10:42:58 -0400 Subject: 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. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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 \ -- cgit v1.2.3-54-g00ecf