summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/smbclient.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* libsmbclient: add ABI checking and pc fileAndrew Tridgell2011-10-181-0/+11
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>