summaryrefslogtreecommitdiffstats
path: root/build.info
diff options
context:
space:
mode:
Diffstat (limited to 'build.info')
-rw-r--r--build.info7
1 files changed, 7 insertions, 0 deletions
diff --git a/build.info b/build.info
new file mode 100644
index 0000000000..043947c012
--- /dev/null
+++ b/build.info
@@ -0,0 +1,7 @@
+{- use File::Spec::Functions qw/catdir abs2rel/; -}
+LIBS=libcrypto libssl
+ORDINALS[libcrypto]=crypto
+ORDINALS[libssl]=ssl
+INCLUDE[libcrypto]={- catdir(abs2rel($builddir,$sourcedir),"include") -} . crypto/include include
+INCLUDE[libssl]={- catdir(abs2rel($builddir,$sourcedir),"include") -} . include
+DEPEND[libssl]=libcrypto