Communicate Configure generated header files to build files
authorRichard Levitte <levitte@openssl.org>
Mon, 16 May 2016 12:54:39 +0000 (14:54 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 24 May 2016 22:46:00 +0000 (00:46 +0200)
commit05a7aee0e2b9102c8b2ececdc1dfdb727c453c95
treea0135f1be79c3f1b0afd6691fb3733f53a82ff64
parent73b61c7e14115ae98c174bfdd7c7733d6cc7e909
Communicate Configure generated header files to build files

Add Configure generated header files to $unified_info{generate}.  This
makes sure the build files will pick them up with the rest for the
GENERATED macro, and thereby make sure they get cleaned away by 'make
clean'

Reviewed-by: Rich Salz <rsalz@openssl.org>
Configurations/common.tmpl
Configurations/unix-Makefile.tmpl
Configurations/windows-makefile.tmpl
Configure