From dbd7aa2d6b4128faa771d616c429b3a315740cec Mon Sep 17 00:00:00 2001 From: Anand Avati Date: Thu, 12 Jul 2012 15:51:41 -0700 Subject: glusterfs-api.pc: pkgconfig for API consumers Change-Id: I08c60ff9ec5d336077c39f903720f8850d4ddc72 BUG: 839950 Signed-off-by: Anand Avati Reviewed-on: http://review.gluster.com/3665 Tested-by: Gluster Build System Reviewed-by: Amar Tumballi Reviewed-by: Kaleb KEITHLEY --- glusterfs-api.pc.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 glusterfs-api.pc.in (limited to 'glusterfs-api.pc.in') 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 -- cgit