mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
e00e080034
metze
(This used to be commit e6bd1395f2
)
14 lines
281 B
PkgConfig
14 lines
281 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: Samba libwbclient
|
|
Description: A library to access winbindd
|
|
Version: 0
|
|
URL: http://www.samba.org/
|
|
#Libs: -L@libdir@ -lwbclient
|
|
Libs: -lwbclient
|
|
Libs.private: -lwbclient
|
|
Cflags: -I@includedir@
|