diff options
Diffstat (limited to 'libgfchangelog.pc.in')
-rw-r--r-- | libgfchangelog.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libgfchangelog.pc.in b/libgfchangelog.pc.in new file mode 100644 index 00000000000..869e587aae5 --- /dev/null +++ b/libgfchangelog.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + + +Name: libgfchangelog +Description: GlusterFS Changelog Consumer Library +Version: @VERSION@ +Libs: -Wl,-R${libdir} -L${libdir} -lgfchangelog -lglusterfs +Cflags: -I${includedir}/glusterfs/gfchangelog -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 |