summaryrefslogtreecommitdiff
path: root/libcli/smb/config.mk
AgeCommit message (Collapse)AuthorFilesLines
2010-10-31s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij1-11/+0
The new waf-based build system now has all the same functionality, and the old build system has been broken for quite some time. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 31 02:01:44 UTC 2010 on sn-devel-104
2009-08-12libcli/smb: move smb2_create_blob code to libcli/smb/Stefan Metzmacher1-0/+11
I want to use this in source3/smbd/ metze