summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-01-19 21:55:53 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-01-19 21:55:53 +0000
commitcc918032d62f4df51657055649df8ee92cab0020 (patch)
tree827c607c854938da4fe71c756e185689913807c8 /network
parent028a55862c3a2d0cb789430ce33ac52c80147ca7 (diff)
Rename service and install it
Diffstat (limited to 'network')
-rw-r--r--network/Makefile.am9
1 files changed, 6 insertions, 3 deletions
diff --git a/network/Makefile.am b/network/Makefile.am
index 78cdd390..c0c196fc 100644
--- a/network/Makefile.am
+++ b/network/Makefile.am
@@ -1,9 +1,12 @@
-noinst_PROGRAMS = bt.networkd
+servicedir = $(libdir)/bluetooth
-bt_networkd_SOURCES = main.c
+service_PROGRAMS = bluetoothd-service-network
-bt_networkd_LDADD = @DBUS_LIBS@ @BLUEZ_LIBS@ $(top_builddir)/common/libhelper.a
+bluetoothd_service_network_SOURCES = main.c
+
+LDADD = $(top_builddir)/common/libhelper.a \
+ @DBUS_LIBS@ @BLUEZ_LIBS@
AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@