diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-07-03 04:55:45 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-07-03 05:19:19 +0200 |
commit | 19fbd6253640bd66e59a688b796a100897d7c4d6 (patch) | |
tree | 136c3ac2e225484ac72ee0d15977a0fc7a11b9de /Makefile.am | |
parent | build-sys: work around automake issue with files with a leading '-' (diff) | |
download | systemd-19fbd6253640bd66e59a688b796a100897d7c4d6.tar.xz systemd-19fbd6253640bd66e59a688b796a100897d7c4d6.zip |
build-sys: two files were missing in distcheck
One is a typo, the other one doesn't actually exist yet.
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 0dd384e38e..b2573199dc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3635,11 +3635,8 @@ dist_dbuspolicy_DATA += \ SYSTEM_UNIT_ALIASES += \ systemd-machined.service dbus-org.freedesktop.machine1.service -polkitpolicy_in_files += \ - src/machine/org.freedesktop.machine1.policy.in - EXTRA_DIST += \ - units/systemd-machine.service.in + units/systemd-machined.service.in endif |