summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-08-10 11:47:00 +0100
committerHenrik Rydberg <rydberg@euromail.se>2010-08-10 15:04:18 +0100
commit7be96df1c903c11711336c5ad1859b347ae4b661 (patch)
treea5420af7613448c12e34ade0945b687ea9879836 /src/Makefile.am
parentfff2c89c1651f0c5aef75510f915a999700c31b9 (diff)
api: Rename gestures to conform to design docs
Use the names drag, pinch and rotate, and remove the combo gesture. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7dc3ac2..96ac7ed 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -15,10 +15,9 @@ libgrail_la_SOURCES = \
15 grail-inserter.h \ 15 grail-inserter.h \
16 grail-gestures.c \ 16 grail-gestures.c \
17 grail-gestures.h \ 17 grail-gestures.h \
18 gestures-pan.c \ 18 gestures-drag.c \
19 gestures-pinch.c \ 19 gestures-pinch.c \
20 gestures-rotate.c \ 20 gestures-rotate.c \
21 gestures-combo.c \
22 gestures-tapping.c \ 21 gestures-tapping.c \
23 grail-recognizer.c \ 22 grail-recognizer.c \
24 grail-recognizer.h \ 23 grail-recognizer.h \