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

plugindir = $(libdir)/bluetooth/plugins

plugin_LTLIBRARIES = libecho.la

libecho_la_SOURCES = echo.c

AM_LDFLAGS = -module -avoid-version -export-symbols-regex bluetooth_plugin_desc

INCLUDES = -I$(top_builddir)/common -I$(top_builddir)/hcid

MAINTAINERCLEANFILES = Makefile.in