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

r4817: ccache was being made ineffective on all the build farm machines

because the version number was being auto-updated and included in all
C files. With this change it is only included where needed.
This commit is contained in:
Andrew Tridgell
2005-01-18 09:30:43 +00:00
committed by Gerald (Jerry) Carter
parent 03c1dcb596
commit 520cff73c6
7 changed files with 6 additions and 1 deletions

View File

@@ -21,6 +21,7 @@
*/
#include "includes.h"
#include "version.h"
#include "dynconfig.h"
#include "system/passwd.h"
#include "lib/cmdline/popt_common.h"