From fbd60c20356e145a30e7fe7f6e91c9e8cf3c73da Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 12 Mar 2008 21:22:06 +0000 Subject: Add RFCOMM listener to echo plugin --- plugins/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/Makefile.am') diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 0fb8a135..4e2b76a8 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -7,6 +7,8 @@ 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_builddir)/common -I$(top_builddir)/hcid MAINTAINERCLEANFILES = Makefile.in -- cgit