build: Fix distcheck
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 11 Sep 2024 17:19:54 +0000 (13:19 -0400)
committerWootak Jung <wootak.jung@samsung.com>
Thu, 20 Feb 2025 07:43:22 +0000 (16:43 +0900)
This fixes the following errors like the following:

../../mesh/mesh-config-json.c:31:10: fatal error: mesh/missing.h: No such file or directory
   31 | #include "mesh/missing.h"
      |          ^~~~~~~~~~~~~~~~

Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Makefile.mesh
Makefile.tools

index f67f883b5421627a6ed32384b59998b704f5bbec..f95cb2a51f86fc0b2b303969d5c3db476da3337e 100644 (file)
@@ -37,7 +37,7 @@ mesh_sources = mesh/mesh.h mesh/mesh.c \
                                mesh/keyring.h mesh/keyring.c \
                                mesh/rpl.h mesh/rpl.c \
                                mesh/prv-beacon.h mesh/prvbeac-server.c \
-                               mesh/mesh-defs.h
+                               mesh/mesh-defs.h mesh/missing.h
 libexec_PROGRAMS += mesh/bluetooth-meshd
 
 mesh/mesh.$(OBJEXT): ell/internal
index 57afca58bfcb1134d47bd0886c060207d45aaba1..25cc2db60ff7a91a4bcb49cd10ad642efdf08bb3 100755 (executable)
@@ -292,7 +292,7 @@ tools_ciptool_LDADD = lib/libbluetooth-internal.la
 tools_bluemoon_SOURCES = tools/bluemoon.c monitor/bt.h
 tools_bluemoon_LDADD = src/libshared-mainloop.la
 
-tools_hex2hcd_SOURCES = tools/hex2hcd.c
+tools_hex2hcd_SOURCES = tools/hex2hcd.c tools/missing.h
 
 tools_mpris_proxy_SOURCES = tools/mpris-proxy.c
 tools_mpris_proxy_LDADD = gdbus/libgdbus-internal.la $(GLIB_LIBS) $(DBUS_LIBS)