summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: cfb293a155d909b21e14cf30931e84bdeb19c81f (plain)
1
2
3
4
5
6
7
8
9
10
# Top-level GF-Complete AM file
# Distributes headers

SUBDIRS = src tools test examples
ACLOCAL_AMFLAGS = -I m4

include_HEADERS = include/gf_complete.h include/gf_method.h include/gf_rand.h include/gf_general.h

# display the output of failed TESTS after a failed make check
export VERBOSE = true