summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-01-26 15:45:53 -0800
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-01-26 15:45:53 -0800
commitd8e7311bcd3b756481bc1f99e324a2df9e21ada6 (patch)
tree38159f8219aedc1c13bd3ec377e6de25ce7a41a4 /Makefile.am
parent9e2352d402b9ae237bae9faa7bd91f3a749e7225 (diff)
downloadbluez-d8e7311bcd3b756481bc1f99e324a2df9e21ada6.tar.gz
build: Fix build error with missing ell/pkcs5.h
./ell/ell.h:24:10: fatal error: ell/pkcs5.h: No such file or directory 24 | #include <ell/pkcs5.h> | ^~~~~~~~~~~~~
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 83ac36485..d0f979586 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -132,7 +132,6 @@ ell_headers = ell/util.h \
ell/cert.h \
ell/pem.h \
ell/base64.h \
- ell/pkcs5.h \
ell/asn1-private.h \
ell/cert-private.h \
ell/pem-private.h