From: Zbigniew Jędrzejewski-Szmek Date: Mon, 4 Apr 2016 14:42:58 +0000 (-0400) Subject: build-sys: force generation of triggers.systemd file X-Git-Tag: v230~199^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=56815242acd94baa90992b45fa646abd6c436be8;p=thirdparty%2Fsystemd.git 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. --- diff --git a/Makefile.am b/Makefile.am index 6ee5aaa4030..d670ae19847 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 \