summaryrefslogtreecommitdiffstats
path: root/deps/cryptopp/cryptopp.pc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/cryptopp/cryptopp.pc')
-rw-r--r--deps/cryptopp/cryptopp.pc15
1 files changed, 0 insertions, 15 deletions
diff --git a/deps/cryptopp/cryptopp.pc b/deps/cryptopp/cryptopp.pc
deleted file mode 100644
index 14dca21..0000000
--- a/deps/cryptopp/cryptopp.pc
+++ /dev/null
@@ -1,15 +0,0 @@
-prefix=/usr
-exec_prefix=${prefix}
-libdir=${prefix}/lib@LIBDIRSUFFIX@
-includedir=${prefix}/include/cryptopp
-
-Name: Crypto++
-Description: A free C++ class library of cryptographic schemes
-Version: @VERSION@
-URL: http://www.cryptopp.com
-Requires:
-Conflicts:
-Libs: -L${libdir} -lcryptopp
-Libs.private:
-Cflags: -I${includedir}
-