summaryrefslogtreecommitdiff
path: root/Makefile.obexd
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.de.marchi@gmail.com>2012-12-05 09:22:55 -0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-12-05 17:23:04 +0200
commit0375042892032d27c18c96ff507bd80372a7decf (patch)
treeebad211c0fc20cf7256b5f1f5358601a5a1059a9 /Makefile.obexd
parent5714b14bce07245141e165c4c034b774bc570fba (diff)
downloadbluez-0375042892032d27c18c96ff507bd80372a7decf.tar.gz
Use entire include path for gobex.h
Diffstat (limited to 'Makefile.obexd')
-rw-r--r--Makefile.obexd7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile.obexd b/Makefile.obexd
index a8957539d..e235acc54 100644
--- a/Makefile.obexd
+++ b/Makefile.obexd
@@ -30,9 +30,7 @@ obexd_src_obexd_CFLAGS = @GLIB_CFLAGS@ @DBUS_CFLAGS@ \
-fPIC -D_FILE_OFFSET_BITS=64
obexd_src_obexd_CPPFLAGS = -include $(top_builddir)/config.h -I$(builddir)/lib \
- -I$(builddir)/obexd/src \
- -I$(srcdir)/obexd/src \
- -I$(srcdir)/gobex
+ -I$(builddir)/obexd/src -I$(srcdir)/obexd/src
obexd_src_obexd_SHORTNAME = obexd
@@ -78,7 +76,6 @@ obexd_client_obex_client_CFLAGS = @GLIB_CFLAGS@ @DBUS_CFLAGS@ \
-fPIC -D_FILE_OFFSET_BITS=64
obexd_client_obex_client_CPPFLAGS = -include $(top_builddir)/config.h \
- -I$(builddir)/lib -I$(srcdir)/obexd/src \
- -I$(srcdir)/gobex
+ -I$(builddir)/lib -I$(srcdir)/obexd/src
obexd_client_obex_client_SHORTNAME = obex-client