aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 56e45316d738f40116175841a02f717aa0a55a16 (plain)
1
2
3
4
5
6
7
8
9
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = libinotifytools src man

dist-hook:
# Automake official documentation states that dist-hook should assume files
# are not writable.
	chmod u+w $(distdir)/ChangeLog
	git log --pretty=format:'%s' > $(distdir)/ChangeLog