libbsd/Makefile.am

17 lines
294 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)
dist-hook:
echo $(VERSION) >$(distdir)/.dist-version
if [ -d .git ]; then \
git log --stat -C >$(distdir)/ChangeLog; \
fi