diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-08 21:14:24 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-08 21:14:24 +0300 |
commit | d1498f0c0729e86fdfe74de97a854687cb7d2dbe (patch) | |
tree | 70e04d7f9b86d5e22224a346e34dc487a2a82a30 /openssl/buildfile | |
parent | c0a6b9751fa7a79a4879c1b7f6512d44058c236b (diff) |
Fix bug in buildfile
Diffstat (limited to 'openssl/buildfile')
-rw-r--r-- | openssl/buildfile | 5 |
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} |