summaryrefslogtreecommitdiff
path: root/src/GNUmakefile
diff options
context:
space:
mode:
authorWilliam Ahern <william@25thandclement.com>2016-06-24 19:14:05 -0700
committerWilliam Ahern <william@25thandclement.com>2016-06-24 19:14:05 -0700
commitc429c7d4945d2cddf43d31bd59b45cadea617f82 (patch)
tree5458f64fbd3a52e7128f8977715b3ee1cac3098a /src/GNUmakefile
parentdac0e48996b48537fa6d1f6b75b39731b9a58cb2 (diff)
parentbddd9f5a79ae4aea43d7dca09157c53e40503bfb (diff)
downloadluaossl-c429c7d4945d2cddf43d31bd59b45cadea617f82.tar.gz
luaossl-c429c7d4945d2cddf43d31bd59b45cadea617f82.tar.bz2
luaossl-c429c7d4945d2cddf43d31bd59b45cadea617f82.zip
Merge branch 'ashb-csr_san'
Diffstat (limited to 'src/GNUmakefile')
-rw-r--r--src/GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile
index 3aff30a..f0eefde 100644
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -88,6 +88,7 @@ LUAC$(1)_$(d) = $$(or $$(call LUAPATH_$(d), $(1), luac), true)
88MODS$(1)_$(d) = \ 88MODS$(1)_$(d) = \
89 $$(DESTDIR)$(2)/_openssl.so \ 89 $$(DESTDIR)$(2)/_openssl.so \
90 $$(DESTDIR)$(3)/openssl.lua \ 90 $$(DESTDIR)$(3)/openssl.lua \
91 $$(DESTDIR)$(3)/openssl/auxlib.lua \
91 $$(DESTDIR)$(3)/openssl/bignum.lua \ 92 $$(DESTDIR)$(3)/openssl/bignum.lua \
92 $$(DESTDIR)$(3)/openssl/pkey.lua \ 93 $$(DESTDIR)$(3)/openssl/pkey.lua \
93 $$(DESTDIR)$(3)/openssl/pubkey.lua \ 94 $$(DESTDIR)$(3)/openssl/pubkey.lua \