summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 5254a6b577213846bdfce09ccf41d1109586e1d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = wocky tools m4 examples tests docs

dist-hook:
	chmod u+w ${distdir}/ChangeLog
	if test -d ${top_srcdir}/.git; then \
		git log --stat > ${distdir}/ChangeLog || \
		git log > ${distdir}/ChangeLog; \
	fi

include $(top_srcdir)/rules/lcov.mak