From e0eb1015bf30fd0913db571b000ba6a83ea22660 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Thu, 29 Jul 2010 15:54:31 +0200 Subject: Split the code into recognizer and inserter Refactor code to make more room for gesture recognition. Also simplify public headers. Signed-off-by: Henrik Rydberg --- test/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am index a24f615..c8404f8 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,4 +1,4 @@ -noinst_PROGRAMS = touch grail evlink +noinst_PROGRAMS = touch grail INCLUDES=-I$(top_srcdir)/include/ @@ -7,6 +7,3 @@ touch_LDFLAGS = -L$(top_builddir)/src/.libs/ -lgrail -lmtdev grail_SOURCES = grail.c grail_LDFLAGS = -L$(top_builddir)/src/.libs/ -lgrail -lmtdev - -evlink_SOURCES = evlink.c -evlink_LDFLAGS = -L$(top_builddir)/src/.libs/ -lgrail -lmtdev -- cgit v1.2.3