diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-05-09 10:59:15 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-05-09 11:21:09 +0200 |
commit | 7e8f086798c36f64581ed7444df535e85fa0b5af (patch) | |
tree | 511f0050a8c0e072e13c2b6c2de7bd641f34ca6c /.gitignore | |
parent | 8aab926c2804230b633e0eb29655f4e32226aa4f (diff) | |
download | samba-7e8f086798c36f64581ed7444df535e85fa0b5af.tar.gz |
s3-build: Move generated config.h and config.h.in to include/autoconf
This ensures that these are not found by the waf build, which causes
issues when the wrong config.h is used by the recursive smbtorture build
Andrew Bartlett
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index a8eacd562f4..383bb1e098f 100644 --- a/.gitignore +++ b/.gitignore @@ -71,8 +71,8 @@ source3/exports/libtalloc.syms source3/exports/libtdb.syms source3/exports/libwbclient.syms source3/include/build_env.h -source3/include/config.h -source3/include/config.h.in +source3/include/autoconf/config.h +source3/include/autoconf/config.h.in source3/include/includes.h.gch source3/include/stamp-h source3/include/version.h |