summaryrefslogtreecommitdiffstats
path: root/source3/autoconf/librpc
Commit message (Collapse)AuthorAgeFilesLines
* build: Remove autoconf directory no longer neededAndrew Bartlett2013-05-281-7/+0
| | | | | | | | | | This was only needed to avoid autoconf and waf builds colliding. Andrew Bartlett Reviewed-by: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org>
* build: Move generated files out of the normal build treeAndrew Bartlett2012-05-181-0/+7
This avoids some dual-build-system interactions. Andrew Bartlett