summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2011-04-28 16:16:56 +0200
committerHenrik Rydberg <rydberg@euromail.se>2011-04-28 18:43:14 +0200
commit8d80a4768a2fb4beef81a6cf9ebd93bcd812c8d4 (patch)
tree36fdc183132d539db34c1c3315a9dc3732744e01 /tools/Makefile.am
parentcc876e03486f060bd89c41d78a678261f91f871f (diff)
Introduce the grail transform tool
This tool tests the transform capabilities of grail. Similar to a map application, one can use a single finger, two fingers, a whole hand or two hands to move the rectangle around, scale and rotate it. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 667fbb2..c333a2c 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -1,5 +1,11 @@
1bin_PROGRAMS = grail-gesture grail-test-mtdev 1bin_PROGRAMS = grail-gesture grail-test-mtdev
2 2
3if HAVE_XI
4
5bin_PROGRAMS += grail-transform
6
7endif
8
3INCLUDES=-I$(top_srcdir)/include/ 9INCLUDES=-I$(top_srcdir)/include/
4 10
5AM_CFLAGS = $(X11_CFLAGS) $(XINPUT_CFLAGS) 11AM_CFLAGS = $(X11_CFLAGS) $(XINPUT_CFLAGS)