summaryrefslogtreecommitdiffstats
path: root/network/Makefile.am
blob: 362c7af6396460c23201e7139b345b70b3d30a1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

servicedir = $(libdir)/bluetooth

noinst_PROGRAMS = bluetoothd-service-network

bluetoothd_service_network_SOURCES = main.c

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

AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@

INCLUDES = -I$(top_srcdir)/common

MAINTAINERCLEANFILES = Makefile.in