mirror of
https://github.com/BLAKE2/libb2
synced 2024-11-22 16:12:01 +01:00
add newlines to end of files
This commit is contained in:
parent
9aff919276
commit
9f7b0fced6
@ -4,4 +4,4 @@ EXTRA_DIST = COPYING
|
||||
|
||||
SUBDIRS = src
|
||||
|
||||
pkgconfig_DATA = libb2.pc
|
||||
pkgconfig_DATA = libb2.pc
|
||||
|
@ -3,10 +3,10 @@ exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: Blake2
|
||||
Name: libb2
|
||||
Description: C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp
|
||||
URL: https://github.com/BLAKE2/libb2
|
||||
Version: @VERSION@
|
||||
Requires:
|
||||
Cflags: -I${includedir}
|
||||
Libs: -L${libdir} -lb2
|
||||
Libs: -L${libdir} -lb2
|
||||
|
Loading…
Reference in New Issue
Block a user