mirror of
https://github.com/BLAKE2/libb2
synced 2024-11-26 08:53:49 +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
|
SUBDIRS = src
|
||||||
|
|
||||||
pkgconfig_DATA = libb2.pc
|
pkgconfig_DATA = libb2.pc
|
||||||
|
@ -3,10 +3,10 @@ exec_prefix=@exec_prefix@
|
|||||||
libdir=@libdir@
|
libdir=@libdir@
|
||||||
includedir=@includedir@
|
includedir=@includedir@
|
||||||
|
|
||||||
Name: Blake2
|
Name: libb2
|
||||||
Description: C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp
|
Description: C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp
|
||||||
URL: https://github.com/BLAKE2/libb2
|
URL: https://github.com/BLAKE2/libb2
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Requires:
|
Requires:
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
Libs: -L${libdir} -lb2
|
Libs: -L${libdir} -lb2
|
||||||
|
Loading…
Reference in New Issue
Block a user