mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
15 lines
321 B
PkgConfig
15 lines
321 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@
|
||
|
|
||
|
Name: Samba libsmbclient
|
||
|
Description: A library to access CIFS servers
|
||
|
Version: 0
|
||
|
URL: http://www.samba.org/
|
||
|
#Libs: -L@libdir@ -lsmbclient
|
||
|
Libs: -lsmbclient
|
||
|
Libs.private: -lsmbclient @KRB5_LIBS@ @LDAP_LIBS@ @LIBS@
|
||
|
Cflags: -I@includedir@
|
||
|
|