summaryrefslogtreecommitdiff
path: root/Xorcode.pc.in
diff options
context:
space:
mode:
authorTushar Gohad <tushar.gohad@intel.com>2014-06-29 20:48:57 -0700
committerTushar Gohad <tushar.gohad@intel.com>2014-06-29 21:42:09 -0700
commitce0543ac70ea86056a6f35aad2e8f2ad2d0fcfbb (patch)
tree865cc9cdf50c7040b4eb609aac3dea1749fb190f /Xorcode.pc.in
parentf101b311bee3b18c5340e99d1fd7f199cba59bfe (diff)
downloadliberasurecode-ce0543ac70ea86056a6f35aad2e8f2ad2d0fcfbb.tar.gz
autoconf: Add Xorcode pkgconfig, other minor fixes
Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
Diffstat (limited to 'Xorcode.pc.in')
-rw-r--r--Xorcode.pc.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/Xorcode.pc.in b/Xorcode.pc.in
new file mode 100644
index 0000000..b429507
--- /dev/null
+++ b/Xorcode.pc.in
@@ -0,0 +1,15 @@
+# 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@