708deb9
From c71202228f31176eee2aa7c798c9f3ff681cf957 Mon Sep 17 00:00:00 2001
708deb9
From: Tom Gundersen <teg@jklm.no>
708deb9
Date: Sat, 4 Oct 2014 13:11:40 +0200
708deb9
Subject: [PATCH] systemd-bus-proxyd: distribute the .in file also for the user
708deb9
 version
708deb9
708deb9
---
708deb9
 Makefile.am | 9 ++++++---
708deb9
 1 file changed, 6 insertions(+), 3 deletions(-)
708deb9
708deb9
diff --git a/Makefile.am b/Makefile.am
708deb9
index cca949feff..d2a1767265 100644
708deb9
--- a/Makefile.am
708deb9
+++ b/Makefile.am
708deb9
@@ -2477,13 +2477,16 @@ nodist_systemunit_DATA += \
708deb9
 dist_systemunit_DATA += \
708deb9
 	units/systemd-bus-proxyd.socket
708deb9
 
708deb9
-dist_userunit_DATA += \
708deb9
-	units/user/systemd-bus-proxyd.socket \
708deb9
+nodist_userunit_DATA += \
708deb9
 	units/user/systemd-bus-proxyd@.service
708deb9
+
708deb9
+dist_userunit_DATA += \
708deb9
+	units/user/systemd-bus-proxyd.socket
708deb9
 endif
708deb9
 
708deb9
 EXTRA_DIST += \
708deb9
-	units/systemd-bus-proxyd@.service.in
708deb9
+	units/systemd-bus-proxyd@.service.in \
708deb9
+	units/user/systemd-bus-proxyd@.service.in
708deb9
 
708deb9
 # ------------------------------------------------------------------------------
708deb9
 systemd_tty_ask_password_agent_SOURCES = \