aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2024-02-16 23:11:12 +0000
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2024-02-20 08:55:15 -0500
commit4d3605e472ed490ec43142580a511b3f44b29e70 (patch)
tree1a0f1e5512b051abd1abcef36b29a516f7a13ce5
parent071ababfe6e340c17642889ec02083db84fa12a1 (diff)
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.
-rw-r--r--Makefile.obexd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.obexd b/Makefile.obexd
index 01aa3a9c78..385e5618df 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: