diff options
Diffstat (limited to 'network')
-rw-r--r-- | network/Makefile.am | 9 |
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@ |