seafile/lib/libseafile.pc.in
2014-09-10 18:37:04 +04:00

12 lines
300 B
PkgConfig

prefix=(DESTDIR)@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libseafile
Description: Client library for accessing seafile service.
Version: @VERSION@
Libs: -L${libdir} -lseafile @SEARPC_LIBS@
Cflags: -I${includedir} @SEARPC_CFLAGS@
Requires: gobject-2.0 glib-2.0