VERSION: move COPYRIGHT_STARTUP_MESSAGE as SAMBA_COPYRIGHT_STRING into version.h
[metze/samba/wip.git] / buildtools / wafsamba / samba_patterns.py
index a9c5fcc4b4cbbb2d87cb1806a91b5f05ee58123a..41296810e1313b7269aa3e83f50cfe6e8dd51be7 100644 (file)
@@ -15,7 +15,7 @@ def write_version_header(task):
     return 0
 
 
-def SAMBA_MKVERSION(bld, target, source='VERSION'):
+def SAMBA_MKVERSION(bld, target, source='VERSION buildtools/wafsamba/samba_version.py'):
     '''generate the version.h header for Samba'''
 
     # We only force waf to re-generate this file if we are installing,