From aa77b0bea9507229cadb219b6857a38ec3433f97 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Wed, 5 Dec 2012 09:22:52 -0200 Subject: Use the entire include path for gdbus.h --- Makefile.obexd | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile.obexd') 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 -- cgit v1.2.1