From 9f7b0fced612455cc25a70fd8c230aede5e304ad Mon Sep 17 00:00:00 2001 From: Samuel Neves Date: Sun, 10 Mar 2019 15:25:30 +0000 Subject: [PATCH] add newlines to end of files --- Makefile.am | 2 +- libb2.pc.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6869496..33a20e0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,4 +4,4 @@ EXTRA_DIST = COPYING SUBDIRS = src -pkgconfig_DATA = libb2.pc \ No newline at end of file +pkgconfig_DATA = libb2.pc diff --git a/libb2.pc.in b/libb2.pc.in index 49c65d7..ceac946 100644 --- a/libb2.pc.in +++ b/libb2.pc.in @@ -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 \ No newline at end of file +Libs: -L${libdir} -lb2