From 49b56120427efbfab3e8e67aadf33899c769ff36 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Wed, 5 Dec 2012 09:22:53 -0200 Subject: Use the entire include path for btio.h --- Makefile.obexd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.obexd') diff --git a/Makefile.obexd b/Makefile.obexd index 738e73d08..a8957539d 100644 --- a/Makefile.obexd +++ b/Makefile.obexd @@ -31,7 +31,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)/obexd/src \ -I$(srcdir)/gobex obexd_src_obexd_SHORTNAME = obexd @@ -79,6 +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)/gobex obexd_client_obex_client_SHORTNAME = obex-client -- cgit v1.2.1