1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

s4-dist: Remove no longer existing files from blacklist (fixes 'make

dist' inclusion of configure)
This commit is contained in:
Jelmer Vernooij 2010-12-09 22:46:08 +01:00
parent 408a99e3bb
commit 8f4c064b49

View File

@ -22,8 +22,7 @@ samba_dist.DIST_DIRS('.')
#core elements of the autotools build system (which is known to
#produce buggy binaries).
samba_dist.DIST_BLACKLIST('README Manifest Read-Manifest-Now Roadmap source3/ ' +
'packaging/ docs-xml/ examples/ swat/ WHATSNEW.txt MAINTAINERS ' +
'source4/autogen-autotools.sh source4/Makefile.in source4/configure.ac')
'packaging/ docs-xml/ examples/ swat/ WHATSNEW.txt MAINTAINERS ')
# install in /usr/local/samba by default
Options.default_prefix = '/usr/local/samba'