From a63e737bd12e466937223c848387d0b704f02e31 Mon Sep 17 00:00:00 2001
From: William Ahern <william@25thandclement.com>
Date: Fri, 24 Jun 2016 19:00:25 -0700
Subject: refactor and add ashb's regression test for #53

---
 src/GNUmakefile | 1 +
 1 file changed, 1 insertion(+)

(limited to 'src/GNUmakefile')

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 \
-- 
cgit v1.2.3-59-g8ed1b