summaryrefslogtreecommitdiff
path: root/Makefile.obexd
diff options
context:
space:
mode:
authorChan-yeol Park <chanyeol.park@samsung.com>2012-12-05 11:27:57 +0900
committerJohan Hedberg <johan.hedberg@intel.com>2012-12-05 10:40:41 +0200
commit00480002765e4114f87fd5e54813ae74b2c9e6e3 (patch)
treeddeea1835d51aceb6afdd923d5cdcf3ea8c195e5 /Makefile.obexd
parent322fe5d8789f4364d21a14469af7b95450e99ded (diff)
downloadbluez-00480002765e4114f87fd5e54813ae74b2c9e6e3.tar.gz
build: Include bluetooth lib folder for obexd
Because obexd is included in bluez repo, obexd should refer to local lib folder before system's one.
Diffstat (limited to 'Makefile.obexd')
-rw-r--r--Makefile.obexd7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.obexd b/Makefile.obexd
index 1ed423b11..cbcd65db8 100644
--- a/Makefile.obexd
+++ b/Makefile.obexd
@@ -29,7 +29,7 @@ obexd_src_obexd_CFLAGS = @GLIB_CFLAGS@ @DBUS_CFLAGS@ \
-DPLUGINDIR=\""$(obex_plugindir)"\" \
-fPIC -D_FILE_OFFSET_BITS=64
-obexd_src_obexd_CPPFLAGS = -I$(builddir)/obexd/src \
+obexd_src_obexd_CPPFLAGS = -I$(builddir)/lib -I$(builddir)/obexd/src \
-I$(srcdir)/obexd/src -I$(srcdir)/btio \
-I$(srcdir)/gobex -I$(srcdir)/gdbus
@@ -76,7 +76,8 @@ obexd_client_obex_client_LDADD = lib/libbluetooth-private.la \
obexd_client_obex_client_CFLAGS = @GLIB_CFLAGS@ @DBUS_CFLAGS@ \
-fPIC -D_FILE_OFFSET_BITS=64
-obexd_client_obex_client_CPPFLAGS = -I$(srcdir)/obexd/src -I$(srcdir)/btio \
- -I$(srcdir)/gobex -I$(srcdir)/gdbus
+obexd_client_obex_client_CPPFLAGS = -I$(builddir)/lib -I$(srcdir)/obexd/src \
+ -I$(srcdir)/btio -I$(srcdir)/gobex \
+ -I$(srcdir)/gdbus
obexd_client_obex_client_SHORTNAME = obex-client