summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index e0498ba..4ccbe0a 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,9 +1,9 @@
1noinst_PROGRAMS = touch grail 1bin_PROGRAMS = grail-touch grail-gesture
2 2
3INCLUDES=-I$(top_srcdir)/include/ 3INCLUDES=-I$(top_srcdir)/include/
4 4
5touch_SOURCES = touch.c 5grail_touch_SOURCES = grail-touch.c
6touch_LDFLAGS = -L$(top_builddir)/src/.libs/ -lgrail -lmtdev -lm 6grail_touch_LDFLAGS = -L$(top_builddir)/src/.libs/ -lgrail -lmtdev -lm
7 7
8grail_SOURCES = grail.c 8grail_gesture_SOURCES = grail-gesture.c
9grail_LDFLAGS = -L$(top_builddir)/src/.libs/ -lgrail -lmtdev -lm 9grail_gesture_LDFLAGS = -L$(top_builddir)/src/.libs/ -lgrail -lmtdev -lm