[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Sat Feb 27 20:40:45 UTC 2016
The branch master has been updated
via b37d6abf8c804c48767813eef59c00b464b51115 (commit)
from e5ed5f6a595748e2d447ac7af2823471d2f91f45 (commit)
- Log -----------------------------------------------------------------
commit b37d6abf8c804c48767813eef59c00b464b51115
Author: Richard Levitte <levitte at openssl.org>
Date: Sat Feb 27 20:34:47 2016 +0100
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 <appro at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
test/build.info | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/test/build.info b/test/build.info
index 3e21e83..c2ee234 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]=..
More information about the openssl-commits
mailing list