From: Emil Velikov <emil.l.velikov@xxxxxxxxx> The -I$(builddir)/lib include is already in the AM_CPPFLAGS. Drop the duplicate instance in obexd. Signed-off-by: Emil Velikov <emil.l.velikov@xxxxxxxxx> --- Makefile.obexd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.obexd b/Makefile.obexd index 01aa3a9c7..385e5618d 100644 --- a/Makefile.obexd +++ b/Makefile.obexd @@ -102,7 +102,7 @@ obexd_src_obexd_CPPFLAGS = $(AM_CPPFLAGS) $(GLIB_CFLAGS) $(DBUS_CFLAGS) \ $(ICAL_CFLAGS) -DOBEX_PLUGIN_BUILTIN \ -DPLUGINDIR=\""$(obex_plugindir)"\" \ -D_FILE_OFFSET_BITS=64 \ - -I$(builddir)/lib -I$(builddir)/obexd/src + -I$(builddir)/obexd/src else obexd-add-service-symlink: -- 2.43.1