Diff between 41b411a39152e39b4fa150d42ee33dda028e2267 and 658196b2a54a6a7f628d9c9e0cceeaeb6e65b8f7

Changed Files

File Additions Deletions Status
Makefile.am +3 -2 modified

Full Patch

diff --git a/Makefile.am b/Makefile.am
index 9902ac7..72d26cd 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