From 65c34d8fec7707e93cecd0378d06fa9b184565e8 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 9 Jul 2013 10:57:09 +0200 Subject: configure: let configure script generate config.h file While we're at it, also let configure script generate the config.h file. The generation of it is currently quite static, but that could change in future. While at it, we also generate a GITVERSION define, that we will use for ``--version'' output of the individual tools for being able to provide better support since we can see what concrete commit people are using when building from Git repo. Signed-off-by: Daniel Borkmann --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f1a75a9..cb18177 100644 --- a/Makefile +++ b/Makefile @@ -214,6 +214,7 @@ toolkit: $(TOOLS) clean: $(foreach tool,$(TOOLS),$(tool)_clean) distclean: clean $(Q)$(call RM,Config) + $(Q)$(call RM,config.h) mrproper: distclean $(Q)$(GIT_REM) -- cgit v1.2.3-54-g00ecf