Rename libbitcoinconsensus to libzcashconsensus

Closes #1563
This commit is contained in:
Jack Grigg
2016-10-18 15:52:45 -05:00
parent 1218603f73
commit 08d6b02d5e
10 changed files with 49 additions and 49 deletions

11
libzcashconsensus.pc.in Normal file
View File

@@ -0,0 +1,11 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: Zcash consensus library
Description: Library for the Zcash consensus protocol.
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lzcashconsensus
Cflags: -I${includedir}
Requires.private: libcrypto