summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTedd Ho-Jeong An <tedd.an@intel.com>2021-10-16 11:00:41 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-10-18 13:08:27 -0700
commitfb9f9db151244c1995215d23bf93f54713ff47e6 (patch)
tree67c7a53248b69ff27486a174024166ef3c084abe /Makefile.am
parent3f03ea4aebcee5166cd057047b5eb511eda90f42 (diff)
downloadbluez-fb9f9db151244c1995215d23bf93f54713ff47e6.tar.gz
build: Fix build error with ell/cleanup.h
This patch fixes the build error due to missing ell/cleanup.h. ./ell/util.h:33:10: fatal error: ell/cleanup.h: No such file or directory 33 | #include <ell/cleanup.h> | ^~~~~~~~~~~~~~~
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 268c797cb..a9439588a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -145,6 +145,7 @@ ell_headers = ell/util.h \
ell/tls-private.h \
ell/ecc.h \
ell/ecc-private.h \
+ ell/cleanup.h \
ell/ecdh.h
ell_sources = ell/private.h ell/missing.h \