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

SUBDIRS = lib src data m4 tests

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