summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@bitmath.org>2010-08-03 15:01:50 +0200
committerHenrik Rydberg <rydberg@euromail.se>2010-08-05 22:48:38 +0200
commitd07c43f9f19dc0ee38aaf44947cfc396f437490e (patch)
tree2f9af561594a1de5553ba85b69b50bee421d5507 /src/Makefile.am
parent342a43e7b2ceec1dd200bffa24b052fec33f5bdc (diff)
Introduce zoom, rotate and combo gestures
Introduce grail_mask bit functions, and add new gestures as separate functions, referring to the same move model. Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 5835897..d0a7d26 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,7 +7,13 @@ libgrail_la_LDFLAGS = \
7libgrail_la_SOURCES = \ 7libgrail_la_SOURCES = \
8 touch-dev.c \ 8 touch-dev.c \
9 touch-engine.c \ 9 touch-engine.c \
10 grail-bits.c \
10 grail-inserter.c \ 11 grail-inserter.c \
12 grail-gestures.c \
13 gestures-scroll.c \
14 gestures-zoom.c \
15 gestures-rotate.c \
16 gestures-combo.c \
11 grail-recognizer.c \ 17 grail-recognizer.c \
12 grail-api.c 18 grail-api.c
13 19
@@ -17,5 +23,6 @@ INCLUDES = -I$(top_srcdir)/include/
17 23
18libgrailincludedir = $(includedir) 24libgrailincludedir = $(includedir)
19libgrailinclude_HEADERS = \ 25libgrailinclude_HEADERS = \
26 $(top_srcdir)/include/grail-bits.h \
20 $(top_srcdir)/include/grail-touch.h \ 27 $(top_srcdir)/include/grail-touch.h \
21 $(top_srcdir)/include/grail.h 28 $(top_srcdir)/include/grail.h