summaryrefslogtreecommitdiffstats
path: root/source3/autoconf
Commit message (Collapse)AuthorAgeFilesLines
* s3-build: Do not write loadparm generated files into the build treeAndrew Bartlett2012-06-152-0/+6
| | | | | | | | | We need to keep these files away from where waf might see them. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Fri Jun 15 11:10:14 CEST 2012 on sn-devel-104
* build: Move generated files out of the normal build treeAndrew Bartlett2012-05-181-0/+7
This avoids some dual-build-system interactions. Andrew Bartlett