From a833587b52e2d5c74310774167edbf214e4a5b6b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 1 Mar 2015 00:48:41 -0800 Subject: build: Remove unneeded includes from obexd binaries --- Makefile.obexd | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile.obexd') diff --git a/Makefile.obexd b/Makefile.obexd index 376086710..2e33cbc72 100644 --- a/Makefile.obexd +++ b/Makefile.obexd @@ -90,9 +90,7 @@ obexd_src_obexd_CFLAGS = $(AM_CFLAGS) @GLIB_CFLAGS@ @DBUS_CFLAGS@ \ -DPLUGINDIR=\""$(obex_plugindir)"\" \ -fPIC -D_FILE_OFFSET_BITS=64 -obexd_src_obexd_CPPFLAGS = -I$(builddir)/lib -I$(builddir)/obexd/src \ - -I$(srcdir)/obexd/src -I$(srcdir)/btio \ - -I$(srcdir)/gobex -I$(srcdir)/gdbus +obexd_src_obexd_CPPFLAGS = -I$(builddir)/lib -I$(builddir)/obexd/src obexd_src_obexd_SHORTNAME = obexd -- cgit v1.2.1