From 588da11d0b0d4695602ba8dccd2ac64144ca0189 Mon Sep 17 00:00:00 2001
From: Utz-Uwe Haus <uhaus@hpe.com>
Date: Tue, 25 Jan 2022 15:54:07 +0000
Subject: [PATCH] Fix distribution of liberl headers

---
 deps/liberl/Makefile.am | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/deps/liberl/Makefile.am b/deps/liberl/Makefile.am
index ed98b647..f45237d5 100644
--- a/deps/liberl/Makefile.am
+++ b/deps/liberl/Makefile.am
@@ -35,7 +35,11 @@ ACLOCAL_AMFLAGS=-I m4
 # ERL library
 SUBDIRS = erl . tests
 lib_LTLIBRARIES = liberl.la
-liberl_la_SOURCES =
+liberl_la_SOURCES = include/erl_status.h \
+		    include/erl_logging.h \
+		    include/erl_threadpool.h \
+		    include/utlist.h
+
 liberl_la_LIBADD = \
 	erl/liberlc.la 
 
-- 
GitLab