From ea1b491550c15c246b4a2bf3377904bc46da0800 Mon Sep 17 00:00:00 2001 From: Nicolas PARLANT Date: Thu, 2 Jul 2026 18:32:23 +0200 Subject: [PATCH] Makefile.am: fix parallel issue w/ tools nciattach requires generated local_headers too In file included from tools/nciattach.c:47: ./src/near.h:41:10: fatal error: near/dbus.h: No such file or directory 41 | #include | ^~~~~~~~~~~~~ compilation terminated. Signed-off-by: Nicolas PARLANT --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 592fb7c..1f6fbaa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -263,6 +263,7 @@ $(se_seeld_OBJECTS) \ $(unit_test_ndef_parse_OBJECTS) \ $(unit_test_ndef_build_OBJECTS) \ $(unit_test_snep-read_OBJECTS) \ +$(tools_nciattach_OBJECTS) \ $(tools_snep_send_OBJECTS): $(local_headers) include/near/version.h: include/version.h