stasis-aries-wal/test/Makefile.am
Sears Russell 34bfccb439 Portability fixes for FreeBSD and Mac OS. Check broke compatibility w/
old versions; added #ifdef so that both versions of check will work.
2005-03-13 02:24:01 +00:00

11 lines
261 B
Makefile

SUBDIRS = lladd monotree messages dfa 2pc cht pobj
#INCLUDES = @CHECK_CFLAGS@
if HAVE_LIBCHECK
TESTS = check_check
else
TESTS =
endif
noinst_PROGRAMS = $(TESTS)
check_check_SOURCES = check_check.c
#check_check_LDADD = @CHECK_LIBS@
CLEANFILES = check_check.log