From 51913ccf136aff6b01b19fd13078b726cde15d6f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 29 Mar 2010 16:37:38 +0200 Subject: Use binary search to check for string enumerations --- libxsde/xsde/makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libxsde/xsde/makefile') 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 -- cgit v1.1