fix: header list
This commit is contained in:
parent
27d2c8d21a
commit
446f235bdd
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue