From aa05cf6073cf2a6dfa46108cd5522c0171a7f1c3 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Thu, 30 Jul 2015 16:51:31 -0400 Subject: Make library work on both client and server sides Replace the two-step compile/match process with a single compile-and-match one to avoid issues with server-client representation incompatibility. Use the browser regex engine on the client side. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index cba5a94..0a9cf20 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,6 +48,7 @@ liburweb_regex_la_SOURCES = src/regex__FFI.cc liburweb_regex_la_DATA = \ src/lib.urp \ src/regex__FFI.h \ + src/regex__FFI.js \ src/regex__FFI.urs \ src/regex.urs \ src/regex.ur -- cgit v1.2.3