summaryrefslogtreecommitdiffstats
path: root/glusterfs-api.pc.in
diff options
context:
space:
mode:
authorAnand Avati <avati@redhat.com>2012-07-12 15:51:41 -0700
committerAnand Avati <avati@redhat.com>2012-07-18 12:11:37 -0700
commitdbd7aa2d6b4128faa771d616c429b3a315740cec (patch)
tree59babeff1ac4e87a0dd780a28a4b97b22530316a /glusterfs-api.pc.in
parent2475e0193c4b4a37028bd8168113d6cd6949fe0e (diff)
glusterfs-api.pc: pkgconfig for API consumers
Change-Id: I08c60ff9ec5d336077c39f903720f8850d4ddc72 BUG: 839950 Signed-off-by: Anand Avati <avati@redhat.com> Reviewed-on: http://review.gluster.com/3665 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Amar Tumballi <amarts@redhat.com> Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
Diffstat (limited to 'glusterfs-api.pc.in')
-rw-r--r--glusterfs-api.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/glusterfs-api.pc.in b/glusterfs-api.pc.in
new file mode 100644
index 000000000..be46bb3d9
--- /dev/null
+++ b/glusterfs-api.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+
+Name: glusterfs-api
+Description: GlusterFS API
+Version: @VERSION@
+Libs: -Wl,-R${libdir} -L${libdir} -lgfapi -lglusterfs -lgfrpc -lgfxdr
+Cflags: -I${includedir}/glusterfs -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64