summaryrefslogtreecommitdiff
path: root/test/Makefile.am
blob: c8404f88691bc31d39afd9a2b9400225cff53a5d (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

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