From: Richard Levitte Date: Sat, 27 Feb 2016 19:34:47 +0000 (+0100) Subject: ct_test.c doesn't need to include from source top, only testutil.c does X-Git-Tag: OpenSSL_1_1_0-pre4~473 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b37d6abf8c804c48767813eef59c00b464b51115;p=oweals%2Fopenssl.git ct_test.c doesn't need to include from source top, only testutil.c does The INCLUDE statement can handle setting extra include directories for individual object files, let's use it. Reviewed-by: Andy Polyakov --- diff --git a/test/build.info b/test/build.info index 3e21e838ac..c2ee234a45 100644 --- a/test/build.info +++ b/test/build.info @@ -204,9 +204,11 @@ INCLUDE[dtlsv1listentest]={- rel2abs(catdir($builddir,"../include")) -} .. ../in DEPEND[dtlsv1listentest]=../libssl SOURCE[ct_test]=ct_test.c testutil.c -INCLUDE[ct_test]={- rel2abs(catdir($builddir,"../include")) -} ../crypto/include ../include .. +INCLUDE[ct_test]={- rel2abs(catdir($builddir,"../include")) -} ../crypto/include ../include DEPEND[ct_test]=../libcrypto SOURCE[threadstest]=threadstest.c INCLUDE[threadstest]={- rel2abs(catdir($builddir,"../include")) -} .. ../include DEPEND[threadstest]=../libcrypto + +INCLUDE[testutil.o]=..