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 --- test/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am index c8404f8..a24f615 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,4 +1,4 @@ -noinst_PROGRAMS = touch grail +noinst_PROGRAMS = touch grail evlink INCLUDES=-I$(top_srcdir)/include/ @@ -7,3 +7,6 @@ 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