summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 0898d4a3a646a23cd45e71ec896c90ba10cfbb20 (plain)
1
2
3
4
5
6
7
SUBDIRS=src doc tests

EXTRA_DIST=autogen.sh SConstruct

ACLOCAL_AMFLAGS = -I m4

distcleancheck_listfiles = find -type f -exec sh -c 'test -f $(srcdir)/{} || echo {}' ';'