diff --git a/gitlab-ci/install-dependencies.sh b/gitlab-ci/install-dependencies.sh index 1e4e514ecfa6afe76bd93a87ba7ca345ee2a5c29..e98b775780073e473c3d0bf6d2302d7b4eca5f4d 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