From 7db9d8d76ff61c4802ac15559dcea6fa54ff567a Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Fri, 6 Aug 2010 21:11:17 +0200 Subject: initial bzr repo at rev 27 --- test/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/Makefile.am (limited to 'test/Makefile.am') 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 @@ +bin_PROGRAMS = grail-touch grail-gesture + +INCLUDES=-I$(top_srcdir)/include/ + +grail_touch_SOURCES = grail-touch.c +grail_touch_LDFLAGS = -L$(top_builddir)/src/.libs/ -lgrail -lmtdev -lm + +grail_gesture_SOURCES = grail-gesture.c +grail_gesture_LDFLAGS = -L$(top_builddir)/src/.libs/ -lgrail -lmtdev -lm -- cgit v1.2.3