aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-03-08 21:14:24 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-03-08 21:14:24 +0300
commitd1498f0c0729e86fdfe74de97a854687cb7d2dbe (patch)
tree70e04d7f9b86d5e22224a346e34dc487a2a82a30
parentc0a6b9751fa7a79a4879c1b7f6512d44058c236b (diff)
Fix bug in buildfile
-rw-r--r--openssl/buildfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/openssl/buildfile b/openssl/buildfile
index a0bd505..737cd9c 100644
--- a/openssl/buildfile
+++ b/openssl/buildfile
@@ -4,7 +4,8 @@
import libs = libbutl%lib{butl}
-./: exe{openssl-client}: client/cxx{client} client/libue{openssl}
+./: exe{openssl-client}: client/{hxx ixx txx cxx}{+client} \
+ client/libue{openssl}
client/
{
@@ -13,7 +14,7 @@ client/
../libue{openssl}
}
-./: exe{openssl-agent-pkcs11}: agent/pkcs11/cxx{agent} \
+./: exe{openssl-agent-pkcs11}: agent/pkcs11/{hxx ixx txx cxx}{+agent} \
agent/pkcs11/libue{openssl}