1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-08-17 06:17:18 +00:00
seafile-server/lib/libseafile.pc.in

12 lines
300 B
PkgConfig
Raw Permalink Normal View History

2016-08-10 06:53:33 +00:00
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