[Pcre-svn] [844] code/trunk/Makefile.am: Add missing src/slj…

Top Page
Delete this message
Author: Subversion repository
Date:  
To: pcre-svn
Subject: [Pcre-svn] [844] code/trunk/Makefile.am: Add missing src/sljit/ sljitProtExecAllocator.c file name.
Revision: 844
          http://www.exim.org/viewvc/pcre2?view=rev&revision=844
Author:   ph10
Date:     2017-07-21 09:37:48 +0100 (Fri, 21 Jul 2017)
Log Message:
-----------
Add missing src/sljit/sljitProtExecAllocator.c file name.


Modified Paths:
--------------
    code/trunk/Makefile.am


Modified: code/trunk/Makefile.am
===================================================================
--- code/trunk/Makefile.am    2017-07-21 08:22:03 UTC (rev 843)
+++ code/trunk/Makefile.am    2017-07-21 08:37:48 UTC (rev 844)
@@ -442,6 +442,7 @@
   src/sljit/sljitNativeX86_32.c \
   src/sljit/sljitNativeX86_64.c \
   src/sljit/sljitNativeX86_common.c \
+  src/sljit/sljitProtExecAllocator.c \
   src/sljit/sljitUtils.c


# Some of the JIT sources are also in separate files that are #included.