Change all uses of uint32/16/8 in proto.h to uint32_t/16_t/8_t.
[kamenim/samba-autobuild/.git] / source3 / libsmb / smbclient.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: smbclient
7 Description: A SMB library interface
8 Version: @PACKAGE_VERSION@
9 Libs: @LIB_RPATH@ -L${libdir} -lsmbclient
10 Cflags: -I${includedir}
11 URL: http://www.samba.org/