summaryrefslogtreecommitdiffstats
path: root/network/Makefile.am
blob: a60fcde04fc4703bb4c074ff40a00ff1dcada68e (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

if NETWORKSERVICE
plugindir = $(libdir)/bluetooth/plugins

plugin_LTLIBRARIES = libnetwork.la

libnetwork_la_SOURCES = main.c \
	manager.h manager.c \
	server.h server.c bridge.h bridge.c \
	connection.h connection.c common.h common.c

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

AM_LDFLAGS = -module -avoid-version -no-undefined \
			-export-symbols-regex bluetooth_plugin_desc

AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ @GDBUS_CFLAGS@

INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/hcid -I$(top_srcdir)/sdpd

EXTRA_DIST = network.conf network-api.txt test-network

MAINTAINERCLEANFILES = Makefile.in