summaryrefslogtreecommitdiff
path: root/Makefile.obexd
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.de.marchi@gmail.com>2012-12-05 09:22:52 -0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-12-05 17:23:03 +0200
commitaa77b0bea9507229cadb219b6857a38ec3433f97 (patch)
tree5bbe409d5d500ddbcbb9170449c9b353b0601c15 /Makefile.obexd
parentc61a78c8775cbe9e067152b386f731864dfb8c0b (diff)
downloadbluez-aa77b0bea9507229cadb219b6857a38ec3433f97.tar.gz
Use the entire include path for gdbus.h
Diffstat (limited to 'Makefile.obexd')
-rw-r--r--Makefile.obexd5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.obexd b/Makefile.obexd
index f8798f6b1..738e73d08 100644
--- a/Makefile.obexd
+++ b/Makefile.obexd
@@ -32,7 +32,7 @@ obexd_src_obexd_CFLAGS = @GLIB_CFLAGS@ @DBUS_CFLAGS@ \
obexd_src_obexd_CPPFLAGS = -include $(top_builddir)/config.h -I$(builddir)/lib \
-I$(builddir)/obexd/src \
-I$(srcdir)/obexd/src -I$(srcdir)/btio \
- -I$(srcdir)/gobex -I$(srcdir)/gdbus
+ -I$(srcdir)/gobex
obexd_src_obexd_SHORTNAME = obexd
@@ -79,7 +79,6 @@ obexd_client_obex_client_CFLAGS = @GLIB_CFLAGS@ @DBUS_CFLAGS@ \
obexd_client_obex_client_CPPFLAGS = -include $(top_builddir)/config.h \
-I$(builddir)/lib -I$(srcdir)/obexd/src \
- -I$(srcdir)/btio -I$(srcdir)/gobex \
- -I$(srcdir)/gdbus
+ -I$(srcdir)/btio -I$(srcdir)/gobex
obexd_client_obex_client_SHORTNAME = obex-client