summaryrefslogtreecommitdiff
path: root/source3/script
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-05-17 16:43:48 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-05-18 15:44:43 +1000
commit584a51b2ca891c5546c7e9ee8f039bfeb4d6a319 (patch)
treed5db8fd06b682503715447af4f4c3d2e283f19bb /source3/script
parent01c502ddd41857e2dea9a01ac4afbe48e5ea1fdd (diff)
downloadsamba-584a51b2ca891c5546c7e9ee8f039bfeb4d6a319.tar.gz
samba-584a51b2ca891c5546c7e9ee8f039bfeb4d6a319.tar.bz2
samba-584a51b2ca891c5546c7e9ee8f039bfeb4d6a319.zip
build: Move generated version.h to a waf-invisible location
Generally, it is better if our generated header files for the autoconf build do not end up in places that the waf build can see. Andrew Bartlett
Diffstat (limited to 'source3/script')
-rwxr-xr-xsource3/script/mkversion.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/mkversion.sh b/source3/script/mkversion.sh
index d8ba8af008..e6b375e613 100755
--- a/source3/script/mkversion.sh
+++ b/source3/script/mkversion.sh
@@ -8,7 +8,7 @@ if test -z "$VERSION_FILE";then
fi
if test -z "$OUTPUT_FILE";then
- OUTPUT_FILE="include/version.h"
+ OUTPUT_FILE="include/autoconf/version.h"
fi
SOURCE_DIR=$3