From 00480002765e4114f87fd5e54813ae74b2c9e6e3 Mon Sep 17 00:00:00 2001 From: Chan-yeol Park Date: Wed, 5 Dec 2012 11:27:57 +0900 Subject: 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. --- Makefile.obexd | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile.obexd') 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 -- cgit v1.2.1