liberasurecode/Xorcode.pc.in
Tushar Gohad ce0543ac70 autoconf: Add Xorcode pkgconfig, other minor fixes
Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
2014-06-29 21:42:09 -07:00

16 lines
373 B
PkgConfig

# Xorcode pkg-config source file
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: Xorcode
Description: Flat XOR-based erasure codes
Version: @XORCODE_VERSION@
Requires:
Conflicts:
Libs: -L${libdir} @XORCODE_RLD_FLAGS@ -lXorcode
Libs.private: @XORCODE_STATIC_LIBS@
Cflags: -I${includedir}/ -I${includedir}/xor_codes @XORCODE_CFLAGS@