diff options
Diffstat (limited to 'glusterfs-api.pc.in')
| -rw-r--r-- | glusterfs-api.pc.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/glusterfs-api.pc.in b/glusterfs-api.pc.in index be46bb3d9d9..4a2edb7bf07 100644 --- a/glusterfs-api.pc.in +++ b/glusterfs-api.pc.in @@ -3,9 +3,10 @@ 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 +/* This is the API version, NOT package version */ +Version: @GFAPI_VERSION@ +Requires: @PKGCONFIG_UUID@ +Libs: -L${libdir} @GFAPI_LIBS@ -lgfapi -lglusterfs -lgfrpc -lgfxdr +Cflags: -I${includedir} -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D__USE_LARGEFILE64 -DUSE_POSIX_ACLS=@USE_POSIX_ACLS@ |
