summaryrefslogtreecommitdiff
path: root/src/GNUmakefile
diff options
context:
space:
mode:
authorWilliam Ahern <william@williams-air.cudanet.local>2014-07-16 12:56:43 -0700
committerWilliam Ahern <william@williams-air.cudanet.local>2014-07-16 12:56:43 -0700
commit836e49289448c1827b118152e361605f1d569415 (patch)
treea1acfa09ef3734ef326094098621f57acfe18977 /src/GNUmakefile
parent2a655b72b6013994432313c8799037fa598eb5c5 (diff)
parent934e32e0416ae1da69aa1295837b93369c9f7aca (diff)
downloadluaossl-836e49289448c1827b118152e361605f1d569415.tar.gz
luaossl-836e49289448c1827b118152e361605f1d569415.tar.bz2
luaossl-836e49289448c1827b118152e361605f1d569415.zip
Merge branch 'custom-ext' of https://github.com/kunkku/luaossl into kunkku-custom-ext
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 240a773..f988855 100644
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -95,6 +95,7 @@ MODS$(1)_$(d) = \
95 $$(DESTDIR)$(3)/openssl/x509/altname.lua \ 95 $$(DESTDIR)$(3)/openssl/x509/altname.lua \
96 $$(DESTDIR)$(3)/openssl/x509/chain.lua \ 96 $$(DESTDIR)$(3)/openssl/x509/chain.lua \
97 $$(DESTDIR)$(3)/openssl/x509/crl.lua \ 97 $$(DESTDIR)$(3)/openssl/x509/crl.lua \
98 $$(DESTDIR)$(3)/openssl/x509/extension.lua \
98 $$(DESTDIR)$(3)/openssl/x509/store.lua \ 99 $$(DESTDIR)$(3)/openssl/x509/store.lua \
99 $$(DESTDIR)$(3)/openssl/pkcs12.lua \ 100 $$(DESTDIR)$(3)/openssl/pkcs12.lua \
100 $$(DESTDIR)$(3)/openssl/ssl/context.lua \ 101 $$(DESTDIR)$(3)/openssl/ssl/context.lua \