summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaxthest <maxthest@yahoo.com>2014-08-03 18:28:30 -0700
committermaxthest <maxthest@yahoo.com>2014-08-03 18:28:30 -0700
commit1a47da2d220ef70339ca853c5cc4ce3550eb4e87 (patch)
treeee65010795c376027f50c45abf76bd052384d4c9
parent452adf599997ebc1f7bb103fb3ae2c2a6af18d71 (diff)
downloadbluez-tools-1a47da2d220ef70339ca853c5cc4ce3550eb4e87.tar.gz
Forgot to switch to the GIO libraries.
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 1658b78..29c29b3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
-AM_CPPFLAGS = $(GLIB_CFLAGS) $(DBUS_GLIB_CFLAGS)
-AM_LDFLAGS = $(GLIB_LIBS) $(DBUS_GLIB_LIBS)
+AM_CPPFLAGS = $(GLIB_CFLAGS) $(GIO_LIBS)
+AM_LDFLAGS = $(GLIB_LIBS) $(GIO_LIBS)
bluez_sources = lib/bluez/adapter.c lib/bluez/adapter.h \
lib/bluez/agent_manager.c lib/bluez/agent_manager.h \