libbsd/Makefile.am

20 lines
301 B
Makefile
Raw Normal View History

2010-12-17 11:13:04 +01:00
## Process this file with automake to produce Makefile.in
2012-03-23 10:43:33 +01:00
SUBDIRS = include man src test
2010-12-17 11:13:04 +01:00
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = \
autogen \
get-version \
$(nil)
DISTCLEANFILES = ChangeLog
.PHONY: ChangeLog
ChangeLog:
git log --stat -C >$@
dist-hook:
echo $(VERSION) >$(distdir)/.dist-version