mirror of
https://github.com/haiwen/seafile.git
synced 2025-01-07 03:17:13 +08:00
fix library name
This commit is contained in:
parent
b97be45547
commit
7557bde429
@ -3,9 +3,9 @@ exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: libccnet
|
||||
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
|
||||
Requires: gobject-2.0 glib-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user