mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-12-18 02:24:54 +00:00
Make inter-library dependencies public.
This commit is contained in:
parent
7a9326dac4
commit
9be4ffc412
10 changed files with 10 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue