summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: b07c050a19dba5c1c2638fe69ed69dfd86197f2b (plain)
1
2
3
4
5
6
7
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = lib src data m4 generate tests

dist-hook:
	chmod u+w ${distdir}/ChangeLog
	if test -d _darcs; then darcs changes >${distdir}/ChangeLog; fi