build:dist: extend samba_dist.DIST_FILES() to take optional parameter extend(=False)
authorMichael Adam <obnox@samba.org>
Wed, 12 Sep 2012 15:02:39 +0000 (17:02 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 12 Sep 2012 21:53:02 +0000 (23:53 +0200)
commit8ea2a468c38d07c62d094e2bd4c1dc42f9c47949
treefb7b11146d0dc971fcc1ed665125deaa5506479a
parent4989a9dd7c89e446e59e9faf7cbe4a9a6b0083a8
build:dist: extend samba_dist.DIST_FILES() to take optional parameter extend(=False)

This allows to do multpile DIST_FILES() calls that will extend the list
rather than only setting it initially.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
buildtools/wafsamba/samba_dist.py