From b76660d71e2ea77752025089bd71deffad64e325 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Mon, 26 Jul 2010 13:51:34 +0200 Subject: Test implementation of grail api This patch introduces the grail API, and a program to test it (evlink). Signed-off-by: Henrik Rydberg --- src/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 7ccacae..50a5afd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -8,7 +8,8 @@ libgrail_la_SOURCES = \ touch-dev.c \ touch-engine.c \ gesture-client.c \ - gesture-dev.c + gesture-dev.c \ + grail-api.c AM_CFLAGS = $(CWARNFLAGS) -std=c99 @@ -17,4 +18,5 @@ INCLUDES = -I$(top_srcdir)/include/ libgrailincludedir = $(includedir) libgrailinclude_HEADERS = \ $(top_srcdir)/include/grail-touch.h \ + $(top_srcdir)/include/grail-gesture.h \ $(top_srcdir)/include/grail.h -- cgit v1.2.3