summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-03-16 13:56:49 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-03-16 18:20:37 -0700
commit571e41a19a25f527daad2911f0b4e76a640d6ef4 (patch)
tree1bc503555fee9a9685dea24474937cf728f76fcb /Makefile.am
parentacccac28dbb2b9a026756c4f5634a01065cbc784 (diff)
downloadbluez-571e41a19a25f527daad2911f0b4e76a640d6ef4.tar.gz
build: Fix build with latest ELL tree
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" | ^~~~~~~~~~ ...
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
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 \