From d07c43f9f19dc0ee38aaf44947cfc396f437490e Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Tue, 3 Aug 2010 15:01:50 +0200 Subject: 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 --- test/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/Makefile.am') 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 INCLUDES=-I$(top_srcdir)/include/ touch_SOURCES = touch.c -touch_LDFLAGS = -L$(top_builddir)/src/.libs/ -lgrail -lmtdev +touch_LDFLAGS = -L$(top_builddir)/src/.libs/ -lgrail -lmtdev -lm grail_SOURCES = grail.c -grail_LDFLAGS = -L$(top_builddir)/src/.libs/ -lgrail -lmtdev +grail_LDFLAGS = -L$(top_builddir)/src/.libs/ -lgrail -lmtdev -lm -- cgit v1.2.3