diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-03-12 21:22:06 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-03-12 21:22:06 +0000 |
commit | fbd60c20356e145a30e7fe7f6e91c9e8cf3c73da (patch) | |
tree | 04670a20e3871693d138049a9de1c3784614db11 /plugins/Makefile.am | |
parent | 88f13920c39806113d88ca13d2542a2380ffa63c (diff) |
Add RFCOMM listener to echo plugin
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 |