libbsd/Makefile.am

22 lines
337 B
Makefile
Raw Permalink Normal View History

2010-12-17 11:13:04 +01:00
## Process this file with automake to produce Makefile.in
SUBDIRS = \
include \
man \
src \
test \
# EOL
2010-12-17 11:13:04 +01:00
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = \
autogen \
get-version \
# EOL
2010-12-17 11:13:04 +01:00
dist-hook:
echo $(VERSION) >$(distdir)/.dist-version
if [ -d .git ]; then \
XDG_CONFIG_HOME= HOME= git log --stat -C >$(distdir)/ChangeLog; \
fi