blob: 5218ce6f633a1c82295a957f44c28b241d00f008 [file] [log] [blame]
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 \
@GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@
endif
AM_LDFLAGS = -module -avoid-version -export-symbols-regex bluetooth_plugin_desc
AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_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