diff options
| author | Henrik Rydberg <rydberg@bitmath.org> | 2010-08-03 15:01:50 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-08-05 22:48:38 +0200 |
| commit | d07c43f9f19dc0ee38aaf44947cfc396f437490e (patch) | |
| tree | 2f9af561594a1de5553ba85b69b50bee421d5507 /test/Makefile.am | |
| parent | 342a43e7b2ceec1dd200bffa24b052fec33f5bdc (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 'test/Makefile.am')
| -rw-r--r-- | test/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index c8404f8..e0498ba 100644 --- a/test/Makefile.am +++ b/test/Makefile.am | |||
| @@ -3,7 +3,7 @@ noinst_PROGRAMS = touch grail | |||
| 3 | INCLUDES=-I$(top_srcdir)/include/ | 3 | INCLUDES=-I$(top_srcdir)/include/ |
| 4 | 4 | ||
| 5 | touch_SOURCES = touch.c | 5 | touch_SOURCES = touch.c |
| 6 | touch_LDFLAGS = -L$(top_builddir)/src/.libs/ -lgrail -lmtdev | 6 | touch_LDFLAGS = -L$(top_builddir)/src/.libs/ -lgrail -lmtdev -lm |
| 7 | 7 | ||
| 8 | grail_SOURCES = grail.c | 8 | grail_SOURCES = grail.c |
| 9 | grail_LDFLAGS = -L$(top_builddir)/src/.libs/ -lgrail -lmtdev | 9 | grail_LDFLAGS = -L$(top_builddir)/src/.libs/ -lgrail -lmtdev -lm |
