ttail/Makefile.am
Yann Weber 4d2fed6c92 Check unit test framework can be disabled
using --disable-check configure option
2017-05-15 16:11:40 +02:00

16 lines
185 B
Makefile

SUBDIRS =
if HAVE_DOXYGEN
SUBDIRS += docs
docs:
-cd docs; rm doxyfile.stamp; make doxyfile.stamp
.PHONY: docs
endif
SUBDIRS += src .
if CHECK
SUBDIRS += tests
endif
CLEANFILES =