summaryrefslogtreecommitdiff
path: root/erasurecode_rs_vand.pc.in
blob: 1e14c6a6a61c43d3c705ca0284e94a495bdb0be1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# liberasurecode_rs_vand pkg-config source file

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: erasurecode_rs_vand
Description: Naive Reed-Soloman Vandermonde Backend built-in to liberasurecode
Version: @ERASURECODE_RS_VAND_VERSION@
Requires:
Conflicts:
Libs: -L${libdir} @ERASURECODE_RS_VAND_RLD_FLAGS@ -lerasurecode
Libs.private: @ERASURECODE_RS_VAND_STATIC_LIBS@
Cflags: -I${includedir}/ -I${includedir}/erasurecode @ERASURECODE_RS_VAND_CFLAGS@