From 777a288270cb4c3671f9095630415207d867396b Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 29 Jan 2016 23:33:10 +0100 Subject: unified build scheme: add build.info files Now that we have the foundation for the "unified" build scheme in place, we add build.info files. They have been generated from the Makefiles in the same directories. Things that are platform specific will appear in later commits. Reviewed-by: Andy Polyakov --- crypto/txt_db/build.info | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 crypto/txt_db/build.info (limited to 'crypto/txt_db') diff --git a/crypto/txt_db/build.info b/crypto/txt_db/build.info new file mode 100644 index 0000000000..4379d5f1b0 --- /dev/null +++ b/crypto/txt_db/build.info @@ -0,0 +1,2 @@ +LIBS=../../libcrypto +SOURCE[../../libcrypto]=txt_db.c -- cgit v1.2.1