summaryrefslogtreecommitdiff
path: root/plugins/Makefile.am
blob: 3895e2766cc4d973fd1eb01f1a46882b2e6f8591 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

plugindir = $(libdir)/bluetooth/plugins

plugin_LTLIBRARIES =

if NETLINK
plugin_LTLIBRARIES += netlink.la
netlink_la_LIBADD = @NETLINK_LIBS@
endif

noinst_LTLIBRARIES = echo.la

AM_LDFLAGS = -module -avoid-version -no-undefined

AM_CFLAGS = -fvisibility=hidden @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ \
			@GLIB_CFLAGS@ @GDBUS_CFLAGS@ @NETLINK_CFLAGS@

INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/src

MAINTAINERCLEANFILES = Makefile.in