mirror of
https://github.com/haiwen/seafile.git
synced 2025-01-07 03:17:13 +08:00
12 lines
300 B
PkgConfig
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
|