From 7559b3d7aa725cd75ee4e6746246205392fe1c0f Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Thu, 5 Aug 2010 19:33:58 +0200 Subject: Rename and install test binaries Install the test programs as grail-touch and grail-gesture. Signed-off-by: Henrik Rydberg --- test/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test/Makefile.am') 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 @@ -noinst_PROGRAMS = touch grail +bin_PROGRAMS = grail-touch grail-gesture INCLUDES=-I$(top_srcdir)/include/ -touch_SOURCES = touch.c -touch_LDFLAGS = -L$(top_builddir)/src/.libs/ -lgrail -lmtdev -lm +grail_touch_SOURCES = grail-touch.c +grail_touch_LDFLAGS = -L$(top_builddir)/src/.libs/ -lgrail -lmtdev -lm -grail_SOURCES = grail.c -grail_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