summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-05-08 20:23:45 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-05-08 20:23:45 +0000
commite7d668ac9e813bc9922ee7d771848bd8822d5d1f (patch)
tree34e2fc7b1c064beaa52e5e05e9278be458be9fba /plugins
parent44a204a75880c342c3ac9066072f102f773a539a (diff)
Move D-Bus watch functions into libgdbus
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Makefile.am2
-rw-r--r--plugins/echo.c2
-rw-r--r--plugins/storage.c1
3 files changed, 2 insertions, 3 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index a2a521dc..c403e835 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -11,7 +11,7 @@ libecho_la_SOURCES = echo.c
AM_LDFLAGS = -module -avoid-version -export-symbols-regex bluetooth_plugin_desc
-AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@
+AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ @GDBUS_CFLAGS@
INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/hcid
diff --git a/plugins/echo.c b/plugins/echo.c
index 1aa15681..2c549089 100644
--- a/plugins/echo.c
+++ b/plugins/echo.c
@@ -34,7 +34,7 @@
#include <glib.h>
-#include "dbus.h"
+#include <gdbus.h>
#include "plugin.h"
#include "server.h"
diff --git a/plugins/storage.c b/plugins/storage.c
index 7930d268..9e65a1ad 100644
--- a/plugins/storage.c
+++ b/plugins/storage.c
@@ -27,7 +27,6 @@
#include <bluetooth/bluetooth.h>
-#include "dbus.h"
#include "plugin.h"
#include "logging.h"