From 9be4ffc41263be47249f21f84be727ede5f76fc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sat, 5 May 2018 15:33:05 +0200 Subject: [PATCH] Make inter-library dependencies public. --- lib/cipher/cryb-cipher.pc.in | 2 +- lib/cpe/cryb-cpe.pc.in | 2 +- lib/digest/cryb-digest.pc.in | 2 +- lib/enc/cryb-enc.pc.in | 2 +- lib/hash/cryb-hash.pc.in | 2 +- lib/mac/cryb-mac.pc.in | 2 +- lib/mpi/cryb-mpi.pc.in | 2 +- lib/oath/cryb-oath.pc.in | 2 +- lib/rand/cryb-rand.pc.in | 2 +- lib/test/cryb-test.pc.in | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lib/cipher/cryb-cipher.pc.in b/lib/cipher/cryb-cipher.pc.in index e7497bc..7b4237f 100644 --- a/lib/cipher/cryb-cipher.pc.in +++ b/lib/cipher/cryb-cipher.pc.in @@ -8,4 +8,4 @@ Description: Cryb.to encryption algorithms Version: @PACKAGE_VERSION@ Cflags: -I${includedir} Libs: -L${libdir} -lcryb-cipher -Requires.private: cryb-core +Requires: cryb-core diff --git a/lib/cpe/cryb-cpe.pc.in b/lib/cpe/cryb-cpe.pc.in index 6649bce..51f1283 100644 --- a/lib/cpe/cryb-cpe.pc.in +++ b/lib/cpe/cryb-cpe.pc.in @@ -8,4 +8,4 @@ Description: Cryb.to CPE manipulation Version: @PACKAGE_VERSION@ Cflags: -I${includedir} Libs: -L${libdir} -lcryb-cpe -Requires.private: cryb-core +Requires: cryb-core diff --git a/lib/digest/cryb-digest.pc.in b/lib/digest/cryb-digest.pc.in index e08c43c..a70464f 100644 --- a/lib/digest/cryb-digest.pc.in +++ b/lib/digest/cryb-digest.pc.in @@ -8,4 +8,4 @@ Description: Cryb.to cryptographic hash primitives Version: @PACKAGE_VERSION@ Cflags: -I${includedir} Libs: -L${libdir} -lcryb-digest -Requires.private: cryb-core +Requires: cryb-core diff --git a/lib/enc/cryb-enc.pc.in b/lib/enc/cryb-enc.pc.in index 77f246f..15cc9a4 100644 --- a/lib/enc/cryb-enc.pc.in +++ b/lib/enc/cryb-enc.pc.in @@ -8,4 +8,4 @@ Description: Cryb.to non-cryptographic encoding primitives Version: @PACKAGE_VERSION@ Cflags: -I${includedir} Libs: -L${libdir} -lcryb-enc -Requires.private: cryb-core +Requires: cryb-core diff --git a/lib/hash/cryb-hash.pc.in b/lib/hash/cryb-hash.pc.in index de03329..6db1071 100644 --- a/lib/hash/cryb-hash.pc.in +++ b/lib/hash/cryb-hash.pc.in @@ -8,4 +8,4 @@ Description: Cryb.to non-cryptographic hash algorithms Version: @PACKAGE_VERSION@ Cflags: -I${includedir} Libs: -L${libdir} -lcryb-hash -Requires.private: cryb-core +Requires: cryb-core diff --git a/lib/mac/cryb-mac.pc.in b/lib/mac/cryb-mac.pc.in index ed94694..5d90835 100644 --- a/lib/mac/cryb-mac.pc.in +++ b/lib/mac/cryb-mac.pc.in @@ -8,4 +8,4 @@ Description: Cryb.to message authentication codes Version: @PACKAGE_VERSION@ Cflags: -I${includedir} Libs: -L${libdir} -lcryb-mac -Requires.private: cryb-core cryb-digest +Requires: cryb-core cryb-digest diff --git a/lib/mpi/cryb-mpi.pc.in b/lib/mpi/cryb-mpi.pc.in index 6cdf189..46882c1 100644 --- a/lib/mpi/cryb-mpi.pc.in +++ b/lib/mpi/cryb-mpi.pc.in @@ -8,4 +8,4 @@ Description: Cryb.to multiple-precision integer arithmetic Version: @PACKAGE_VERSION@ Cflags: -I${includedir} Libs: -L${libdir} -lcryb-mpi -Requires.private: cryb-core +Requires: cryb-core diff --git a/lib/oath/cryb-oath.pc.in b/lib/oath/cryb-oath.pc.in index 3d48fc9..36eabe9 100644 --- a/lib/oath/cryb-oath.pc.in +++ b/lib/oath/cryb-oath.pc.in @@ -8,4 +8,4 @@ Description: Cryb.to Open Authentication primitives Version: @PACKAGE_VERSION@ Cflags: -I${includedir} Libs: -L${libdir} -lcryb-oath -Requires.private: cryb-core cryb-digest cryb-enc cryb-mac cryb-rand +Requires: cryb-core cryb-digest cryb-enc cryb-mac cryb-rand diff --git a/lib/rand/cryb-rand.pc.in b/lib/rand/cryb-rand.pc.in index 9d1b334..680ae55 100644 --- a/lib/rand/cryb-rand.pc.in +++ b/lib/rand/cryb-rand.pc.in @@ -8,4 +8,4 @@ Description: Cryb.to random number generators Version: @PACKAGE_VERSION@ Cflags: -I${includedir} Libs: -L${libdir} -lcryb-rand -Requires.private: cryb-core +Requires: cryb-core diff --git a/lib/test/cryb-test.pc.in b/lib/test/cryb-test.pc.in index 7eccecc..6926578 100644 --- a/lib/test/cryb-test.pc.in +++ b/lib/test/cryb-test.pc.in @@ -8,4 +8,4 @@ Description: Cryb.to automated test framework Version: @PACKAGE_VERSION@ Cflags: -I${includedir} Libs: -L${libdir} -lcryb-test -Requires.private: cryb-core +Requires: cryb-core