From 4d3605e472ed490ec43142580a511b3f44b29e70 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 16 Feb 2024 23:11:12 +0000 Subject: [PATCH] build: obexd: remove duplicate include -I$(builddir)/lib The -I$(builddir)/lib include is already in the AM_CPPFLAGS. Drop the duplicate instance in obexd. --- 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.47.3