aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 84f4f60274904146322cf40b43b6570b56959934 (plain)
1
2
3
4
5
6
7
8
9
SUBDIRS = src

if HAVE_GTEST
SUBDIRS += tests
endif

DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall

include $(top_srcdir)/Makefile.am.coverage