diff options
author | William Ahern <william@25thandclement.com> | 2016-06-24 19:00:25 -0700 |
---|---|---|
committer | William Ahern <william@25thandclement.com> | 2016-06-24 19:00:25 -0700 |
commit | a63e737bd12e466937223c848387d0b704f02e31 (patch) | |
tree | 6212f97965c01b783fc8153e3bba830d5176a032 /src/GNUmakefile | |
parent | 82b9b3af389b70ed38963ca8d6e2aa9f69b16450 (diff) | |
download | luaossl-a63e737bd12e466937223c848387d0b704f02e31.tar.gz luaossl-a63e737bd12e466937223c848387d0b704f02e31.tar.bz2 luaossl-a63e737bd12e466937223c848387d0b704f02e31.zip |
refactor and add ashb's regression test for #53
Diffstat (limited to 'src/GNUmakefile')
-rw-r--r-- | src/GNUmakefile | 1 |
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) MODS$(1)_$(d) = \ $$(DESTDIR)$(2)/_openssl.so \ $$(DESTDIR)$(3)/openssl.lua \ + $$(DESTDIR)$(3)/openssl/auxlib.lua \ $$(DESTDIR)$(3)/openssl/bignum.lua \ $$(DESTDIR)$(3)/openssl/pkey.lua \ $$(DESTDIR)$(3)/openssl/pubkey.lua \ |