summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-08-15 10:07:50 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-08-15 10:07:50 +0000
commit150955cc7bd8dd125960b5c82d4b9ea3ef7898ab (patch)
tree919ee9dd3cd9a96a2c59ec989a350c7cf1fc98cc /Makefile.am
parent585bd0734f40d5ff46b74e5d7e62862b35b5bc64 (diff)
downloadpcre2-150955cc7bd8dd125960b5c82d4b9ea3ef7898ab.tar.gz
Remove (possibly temporarily) byte-ordering functions (which were dummies
anyway), to be thought about later. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@55 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ce3d7f3..18a4886 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -263,7 +263,6 @@ NODIST_SOURCES = src/pcre2_chartables.c
COMMON_SOURCES = \
src/pcre2_auto_possess.c \
- src/pcre2_byte_order.c \
src/pcre2_compile.c \
src/pcre2_config.c \
src/pcre2_context.c \