From b74ac941f9b72931963b6a629553d2fc2bb1e4ff Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 15 Feb 2011 16:19:46 +1100 Subject: s3-includes: force _SAMBA_BUILD_=3 in source3 includes.h this allows a common set of cflags for a top level combined build Pair-Programmed-With: Andrew Bartlett --- source3/include/includes.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3') diff --git a/source3/include/includes.h b/source3/include/includes.h index 2c67a75ab3..8276053846 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -22,6 +22,11 @@ #include "../replace/replace.h" +#if _SAMBA_BUILD_ == 4 +# undef _SAMBA_BUILD_ +# define _SAMBA_BUILD_ 3 +#endif + /* make sure we have included the correct config.h */ #ifndef NO_CONFIG_H /* for some tests */ #ifndef CONFIG_H_IS_FROM_SAMBA -- cgit