libbsd/Makefile.am
2012-05-29 04:35:55 +02:00

20 lines
296 B
Makefile

## Process this file with automake to produce Makefile.in
SUBDIRS = include man src
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