summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorWilliam Ahern <william@server.local>2013-12-04 14:56:32 -0800
committerWilliam Ahern <william@server.local>2013-12-04 14:56:32 -0800
commit8226aea35589110a6633077f40fd2c6433dc977d (patch)
tree6ebc5e2fd94084cf01cb871399716e1b1f353dc7 /GNUmakefile
parent22184c902bf2670fea9fd1cc6e69e16f9ae91f5b (diff)
downloadluaossl-8226aea35589110a6633077f40fd2c6433dc977d.tar.gz
luaossl-8226aea35589110a6633077f40fd2c6433dc977d.tar.bz2
luaossl-8226aea35589110a6633077f40fd2c6433dc977d.zip
-n
add openssl.rand modue
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index dde5a9e..fcf79a6 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -87,7 +87,8 @@ MODS$(1)_$(d) = \
87 $$(DESTDIR)$(3)/openssl/ssl.lua \ 87 $$(DESTDIR)$(3)/openssl/ssl.lua \
88 $$(DESTDIR)$(3)/openssl/digest.lua \ 88 $$(DESTDIR)$(3)/openssl/digest.lua \
89 $$(DESTDIR)$(3)/openssl/hmac.lua \ 89 $$(DESTDIR)$(3)/openssl/hmac.lua \
90 $$(DESTDIR)$(3)/openssl/cipher.lua 90 $$(DESTDIR)$(3)/openssl/cipher.lua \
91 $$(DESTDIR)$(3)/openssl/rand.lua
91 92
92.SECONDARY: liblua$(1)-openssl-install openssl$(1)-install 93.SECONDARY: liblua$(1)-openssl-install openssl$(1)-install
93 94