From 19fbd6253640bd66e59a688b796a100897d7c4d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 2 Jul 2013 22:55:45 -0400 Subject: [PATCH] build-sys: two files were missing in distcheck One is a typo, the other one doesn't actually exist yet. --- Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 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