Revision: 1432
http://vcs.pcre.org/viewvc?view=rev&revision=1432
Author: ph10
Date: 2014-01-02 17:50:25 +0000 (Thu, 02 Jan 2014)
Log Message:
-----------
Add missing files sljitNativeTILEGX.c and sljitNativeTILEGX-encoder.c to the
list of those included in the tarball.
Modified Paths:
--------------
code/trunk/ChangeLog
code/trunk/Makefile.am
Modified: code/trunk/ChangeLog
===================================================================
--- code/trunk/ChangeLog 2014-01-02 17:41:28 UTC (rev 1431)
+++ code/trunk/ChangeLog 2014-01-02 17:50:25 UTC (rev 1432)
@@ -36,6 +36,10 @@
make this more memorable for those maintaining the code, the names have
been changed to start with UCHAR21, and an extensive comment has been added
to their definition.
+
+8. Add missing (new) files sljitNativeTILEGX.c and sljitNativeTILEGX-encoder.c
+ to the export list in Makefile.am (they were accidentally omitted from the
+ 8.34 tarball).
Version 8.34 15-December-2013
Modified: code/trunk/Makefile.am
===================================================================
--- code/trunk/Makefile.am 2014-01-02 17:41:28 UTC (rev 1431)
+++ code/trunk/Makefile.am 2014-01-02 17:50:25 UTC (rev 1432)
@@ -359,6 +359,8 @@
sljit/sljitNativePPC_common.c \
sljit/sljitNativeSPARC_32.c \
sljit/sljitNativeSPARC_common.c \
+ sljit/sljitNativeTILEGX.c \
+ sljit/sljitNativeTILEGX-encoder.c \
sljit/sljitNativeX86_32.c \
sljit/sljitNativeX86_64.c \
sljit/sljitNativeX86_common.c \