diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-08-06 21:11:17 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-08-06 21:11:17 +0200 |
| commit | 7db9d8d76ff61c4802ac15559dcea6fa54ff567a (patch) | |
| tree | b67e040c0abeb0ab1fca72754a767dc9ab851461 /test/Makefile.am | |
initial bzr repo at rev 27
Diffstat (limited to 'test/Makefile.am')
| -rw-r--r-- | test/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am new file mode 100644 index 0000000..4ccbe0a --- /dev/null +++ b/test/Makefile.am | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | bin_PROGRAMS = grail-touch grail-gesture | ||
| 2 | |||
| 3 | INCLUDES=-I$(top_srcdir)/include/ | ||
| 4 | |||
| 5 | grail_touch_SOURCES = grail-touch.c | ||
| 6 | grail_touch_LDFLAGS = -L$(top_builddir)/src/.libs/ -lgrail -lmtdev -lm | ||
| 7 | |||
| 8 | grail_gesture_SOURCES = grail-gesture.c | ||
| 9 | grail_gesture_LDFLAGS = -L$(top_builddir)/src/.libs/ -lgrail -lmtdev -lm | ||
