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

plugindir = $(libdir)/bluetooth/plugins

noinst_LTLIBRARIES = libecho.la

libecho_la_SOURCES = echo.c

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

MAINTAINERCLEANFILES = Makefile.in