summaryrefslogtreecommitdiff
path: root/src/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Add and test a simple kernel matcherHenrik Rydberg2010-11-071-1/+2
| | | | | | | | | | 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>
* Install mapping and plumbing header filesHenrik Rydberg2010-09-071-1/+4
| | | | | | | Applications may need to know the property mapping, and the plumbing interface is actually supported, so install both headers. Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>
* Add missing header files to sources directiveHenrik Rydberg2010-07-151-0/+7
| | | | | | | | In order for make dist-gzip to work properly, all files needed to build the system need to be listed. This patch adds the missing header files to the sources directive. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Move to autotoolsChase Douglas2010-06-221-0/+16
[rydberg@euromail.se: minor fixups] Signed-off-by: Chase Douglas <chase.douglas@canonical.com> Signed-off-by: Henrik Rydberg <rydberg@euromail.se>