aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-03-29 16:37:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-03-29 16:37:38 +0200
commit51913ccf136aff6b01b19fd13078b726cde15d6f (patch)
tree28eada9709b17d29bc03d54dcc44606b65b406e1 /libxsde/xsde/makefile
parent71e026399d644c3e46aff5cab5e92c8ac56f0c79 (diff)
Use binary search to check for string enumerations
Diffstat (limited to 'libxsde/xsde/makefile')
-rw-r--r--libxsde/xsde/makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/libxsde/xsde/makefile b/libxsde/xsde/makefile
index fc1355d..f313347 100644
--- a/libxsde/xsde/makefile
+++ b/libxsde/xsde/makefile
@@ -8,7 +8,11 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
c_tun := c/expat/xmlparse.c c/expat/xmlrole.c c/expat/xmltok.c
c_tun += c/genx/genx.c c/genx/char-props.c
-cxx_tun := cxx/string.cxx cxx/ro-string.cxx cxx/stack.cxx
+cxx_tun := \
+cxx/string.cxx \
+cxx/string-search.cxx \
+cxx/ro-string.cxx \
+cxx/stack.cxx
ifeq ($(xsde_encoding),iso8859-1)
cxx_tun += cxx/iso8859-1.cxx