From 658196b2a54a6a7f628d9c9e0cceeaeb6e65b8f7 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 10 Dec 2012 00:05:50 +0100 Subject: [PATCH] build: Always generate bluetooth.service file --- Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 9902ac7aa..72d26cdd3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -162,7 +162,8 @@ src_bluetoothd_LDADD = lib/libbluetooth-private.la @GLIB_LIBS@ @DBUS_LIBS@ \ src_bluetoothd_LDFLAGS = $(AM_LDFLAGS) -Wl,--export-dynamic \ -Wl,--version-script=$(srcdir)/src/bluetooth.ver -src_bluetoothd_DEPENDENCIES = lib/libbluetooth-private.la +src_bluetoothd_DEPENDENCIES = lib/libbluetooth-private.la \ + src/bluetooth.service src_bluetoothd_CFLAGS = $(AM_CFLAGS) -DBLUETOOTH_PLUGIN_BUILTIN \ -DPLUGINDIR=\""$(build_plugindir)"\" @@ -172,7 +173,7 @@ builtin_files = src/builtin.h $(builtin_nodist) nodist_src_bluetoothd_SOURCES = $(builtin_files) -CLEANFILES += $(builtin_files) +CLEANFILES += $(builtin_files) src/bluetooth.service man_MANS = src/bluetoothd.8 -- 2.47.3