summaryrefslogtreecommitdiffstats
path: root/network/Makefile.am
blob: fe6e31103963ed56309babbb4fc789d2420185e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

if NETWORKSERVICE
if CONFIGFILES
confdir = $(sysconfdir)/bluetooth

conf_DATA = network.service
endif

servicedir = $(libdir)/bluetooth

noinst_PROGRAMS = bluetoothd-service-network

bluetoothd_service_network_SOURCES = main.c \
	manager.h manager.c server.h server.c connection.h connection.c

LDADD = $(top_builddir)/common/libhelper.a \
			@DBUS_LIBS@ @BLUEZ_LIBS@
endif

AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@

INCLUDES = -I$(top_srcdir)/common

EXTRA_DIST = network.service network-api.txt

MAINTAINERCLEANFILES = Makefile.in