From e289901615177763eec3e2311a1abccf00d9db13 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 18 Dec 2012 21:44:47 +0100 Subject: [PATCH] build: Move EXTRA_DIST for systemd files into same location --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5423d844e..a482b544c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -49,7 +49,7 @@ dbussystembusdir = @DBUS_SYSTEMBUSDIR@ dbussystembus_DATA = src/org.bluez.service endif -EXTRA_DIST += src/bluetooth.service.in +EXTRA_DIST += src/bluetooth.service.in src/org.bluez.service plugindir = $(libdir)/bluetooth/plugins @@ -164,7 +164,7 @@ CLEANFILES += $(builtin_files) src/bluetooth.service man_MANS = src/bluetoothd.8 -EXTRA_DIST += src/genbuiltin src/bluetooth.conf src/org.bluez.service \ +EXTRA_DIST += src/genbuiltin src/bluetooth.conf \ src/main.conf profiles/network/network.conf \ profiles/input/input.conf profiles/proximity/proximity.conf \ profiles/audio/audio.conf -- 2.47.3