summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaxthest <maxthest@yahoo.com>2014-08-03 18:39:59 -0700
committermaxthest <maxthest@yahoo.com>2014-08-03 18:39:59 -0700
commit0cb4ed0cdb88373f255bfc94e6b236e444ab24a7 (patch)
tree278991ed976cbff2e544b202ac3085be073aeffb
parent1a47da2d220ef70339ca853c5cc4ce3550eb4e87 (diff)
downloadbluez-tools-0cb4ed0cdb88373f255bfc94e6b236e444ab24a7.tar.gz
Changed a C flag, though it does not affect compilation.
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 29c29b3..60e224d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,4 @@
-AM_CPPFLAGS = $(GLIB_CFLAGS) $(GIO_LIBS)
+AM_CPPFLAGS = $(GLIB_CFLAGS) $(GIO_CFLAGS)
AM_LDFLAGS = $(GLIB_LIBS) $(GIO_LIBS)
bluez_sources = lib/bluez/adapter.c lib/bluez/adapter.h \