summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-11-07 18:04:46 +0100
committerHenrik Rydberg <rydberg@euromail.se>2010-11-07 18:04:46 +0100
commit67fdae132708889ed89e302bd63a5cb91b2c75a7 (patch)
tree29e6b2989ab5180eece929ad7a12def515e24259 /src/Makefile.am
parent868f53c8a5684524bc6b1e7cd39aabed56fad9df (diff)
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 <rydberg@euromail.se>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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 = \
13 caps.c \ 13 caps.c \
14 core.c \ 14 core.c \
15 iobuf.c \ 15 iobuf.c \
16 match.c 16 match.c \
17 match_four.c
17 18
18AM_CFLAGS = $(CWARNFLAGS) 19AM_CFLAGS = $(CWARNFLAGS)
19 20