]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
build-sys: force generation of triggers.systemd file
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 4 Apr 2016 14:42:58 +0000 (10:42 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 7 Apr 2016 18:29:34 +0000 (14:29 -0400)
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

index 6ee5aaa40308b45d474bb642b393c028145ee1d1..d670ae19847bedb3bdeaa23fff8cb6baf74ab2e9 100644 (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 \