mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
d226acd97a
this gives us ABI checking for libsmbclient so that the waf build will prevent ABI breakage, and a public version number. The addition of the pc file makes this library available via pkgconfig, including querying of the version number Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
12 lines
256 B
PkgConfig
12 lines
256 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: smbclient
|
|
Description: A SMB library interface
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: @LIB_RPATH@ -L${libdir} -lsmbclient
|
|
Cflags: -I${includedir}
|
|
URL: http://www.samba.org/
|