diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2011-04-28 16:16:56 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2011-04-28 18:43:14 +0200 |
| commit | 8d80a4768a2fb4beef81a6cf9ebd93bcd812c8d4 (patch) | |
| tree | 36fdc183132d539db34c1c3315a9dc3732744e01 /tools/Makefile.am | |
| parent | cc876e03486f060bd89c41d78a678261f91f871f (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.am | 6 |
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 @@ | |||
| 1 | bin_PROGRAMS = grail-gesture grail-test-mtdev | 1 | bin_PROGRAMS = grail-gesture grail-test-mtdev |
| 2 | 2 | ||
| 3 | if HAVE_XI | ||
| 4 | |||
| 5 | bin_PROGRAMS += grail-transform | ||
| 6 | |||
| 7 | endif | ||
| 8 | |||
| 3 | INCLUDES=-I$(top_srcdir)/include/ | 9 | INCLUDES=-I$(top_srcdir)/include/ |
| 4 | 10 | ||
| 5 | AM_CFLAGS = $(X11_CFLAGS) $(XINPUT_CFLAGS) | 11 | AM_CFLAGS = $(X11_CFLAGS) $(XINPUT_CFLAGS) |
