From 67fdae132708889ed89e302bd63a5cb91b2c75a7 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Sun, 7 Nov 2010 18:04:46 +0100 Subject: Add and test a simple kernel matcher This matcher is for up to four fingers, and has these properties: * Approximately 1.4 times faster at 4 fingers * Approximately 4.0 times faster at 2 fingers * Roughly 100 lines of code Signed-off-by: Henrik Rydberg --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 33677c0..1c22c33 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,7 +13,8 @@ libmtdev_la_SOURCES = \ caps.c \ core.c \ iobuf.c \ - match.c + match.c \ + match_four.c AM_CFLAGS = $(CWARNFLAGS) -- cgit v1.2.3