summaryrefslogtreecommitdiff
path: root/test/Makefile.am
blob: e0498ba348a5e149548d18423bc73a5988531cd0 (plain)
1
2
3
4
5
6
7
8
9
noinst_PROGRAMS = touch grail

INCLUDES=-I$(top_srcdir)/include/

touch_SOURCES = touch.c
touch_LDFLAGS = -L$(top_builddir)/src/.libs/ -lgrail -lmtdev -lm

grail_SOURCES = grail.c
grail_LDFLAGS = -L$(top_builddir)/src/.libs/ -lgrail -lmtdev -lm