summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
new file mode 100644
index 0000000..c8404f8
--- /dev/null
+++ b/test/Makefile.am
@@ -0,0 +1,9 @@
1noinst_PROGRAMS = touch grail
2
3INCLUDES=-I$(top_srcdir)/include/
4
5touch_SOURCES = touch.c
6touch_LDFLAGS = -L$(top_builddir)/src/.libs/ -lgrail -lmtdev
7
8grail_SOURCES = grail.c
9grail_LDFLAGS = -L$(top_builddir)/src/.libs/ -lgrail -lmtdev