All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ] build: Fix build with latest tree
@ 2021-03-16 20:58 Luiz Augusto von Dentz
  2021-03-16 21:33 ` [BlueZ] " bluez.test.bot
  2021-03-17  8:38 ` [PATCH BlueZ] " Marcel Holtmann
  0 siblings, 2 replies; 6+ messages in thread
From: Luiz Augusto von Dentz @ 2021-03-16 20:58 UTC (permalink / raw)
  To: linux-bluetooth

From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

Latest ell tree has introduced useful.h and main-private.h which are
required to build:

ell/cert-crypto.c:35:10: fatal error: useful.h: No such file or
directory
   35 | #include "useful.h"
         |          ^~~~~~~~~~
...
---
 Makefile.am | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index ff0df2196..7fce2e7c0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -135,7 +135,9 @@ ell_headers = ell/util.h \
 			ell/asn1-private.h \
 			ell/cert-private.h \
 			ell/pem-private.h \
-			ell/uuid.h
+			ell/uuid.h \
+			ell/useful.h \
+			ell/main-private.h
 
 ell_sources = ell/private.h ell/missing.h \
 			ell/util.c \
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-03-18  9:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-16 20:58 [PATCH BlueZ] build: Fix build with latest tree Luiz Augusto von Dentz
2021-03-16 21:33 ` [BlueZ] " bluez.test.bot
2021-03-17  8:38 ` [PATCH BlueZ] " Marcel Holtmann
2021-03-17 18:29   ` Luiz Augusto von Dentz
2021-03-17 20:42     ` Luiz Augusto von Dentz
2021-03-18  9:12       ` Marcel Holtmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.