From e0502f1e4e4700eb2880119d73589513516885a8 Mon Sep 17 00:00:00 2001
From: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: Wed, 8 Nov 2023 20:55:06 +0100
Subject: [PATCH] ci: fix pipeline

---
 gitlab-ci/install-dependencies.sh | 2 +-
 src/Makefile                      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gitlab-ci/install-dependencies.sh b/gitlab-ci/install-dependencies.sh
index 336671e..7ae9d71 100755
--- a/gitlab-ci/install-dependencies.sh
+++ b/gitlab-ci/install-dependencies.sh
@@ -26,7 +26,7 @@ exec_cmd git clone -b devel https://dev.iopsys.eu/iopsys/libeasy.git
 cd libeasy
 exec_cmd make CFLAGS+="-I/usr/include/libnl3"
 exec_cmd cp -a libeasy*.so* /usr/lib
-exec_cmd cp -a easy.h event.h utils.h if_utils.h debug.h hlist.h /usr/include/easy/
+exec_cmd cp -a easy.h event.h utils.h if_utils.h debug.h hlist.h bufutil.h cryptutil.h ecc_cryptutil.h /usr/include/easy/
 
 cd /opt/dev
 rm -fr libwifi
diff --git a/src/Makefile b/src/Makefile
index 416b20e..19892cf 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -48,7 +48,7 @@ all: version $(EXECS) $(LIBDM)
 
 hostmngr: $(OBJS)
 	$(CC) $(LDFLAGS) -L. -o $@ $^ $(LIBS)
-	
+
 $(LIBDM):
 	make -C bbf_plugin libhostmngr.so
 
-- 
GitLab