34bfccb439
old versions; added #ifdef so that both versions of check will work.
11 lines
261 B
Makefile
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
|