From 446f235bdd44d164622ec8078741a7197cc760ce Mon Sep 17 00:00:00 2001 From: lohhiiccc <96543753+lohhiiccc@users.noreply.github.com> Date: Sat, 27 Jun 2026 16:40:25 +0200 Subject: [PATCH] fix: header list --- Makefile.am | 4 +++- libft_ssl.pc.in | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7819b95..9dd00f7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,8 +10,10 @@ pkgincludedir = $(includedir)/$(PACKAGE_NAME) pkginclude_HEADERS = \ include/libft_ssl.h \ include/compiler.h \ + include/digest_algos.h \ include/md5.h \ - include/sha256.h + include/sha256.h \ + include/whirlpool.h pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libft_ssl.pc diff --git a/libft_ssl.pc.in b/libft_ssl.pc.in index 82ecb4a..0b0c85d 100644 --- a/libft_ssl.pc.in +++ b/libft_ssl.pc.in @@ -4,7 +4,7 @@ libdir=@libdir@ includedir=@includedir@ Name: libft_ssl -Description: idk +Description: Cryptographic hash functions library (MD5, SHA-256, Whirlpool) Version: @PACKAGE_VERSION@ Libs: -L${libdir} -lft_ssl Cflags: -I${includedir}