seafile/lib/libseafile.pc.in

12 lines
300 B
PkgConfig
Raw Normal View History

2013-08-15 14:36:25 +08:00
prefix=(DESTDIR)@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
2014-09-10 22:37:04 +08:00
Name: libseafile
2013-08-15 14:36:25 +08:00
Description: Client library for accessing seafile service.
Version: @VERSION@
Libs: -L${libdir} -lseafile @SEARPC_LIBS@
Cflags: -I${includedir} @SEARPC_CFLAGS@
2014-09-10 22:37:04 +08:00
Requires: gobject-2.0 glib-2.0