aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 6caa009f76f92194de035579160cc05b542324d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6

SUBDIRS = include src contrib tests

BUILT_SOURCES = $(top_srcdir)/.version
EXTRA_DIST = git-version-gen .version

@RELMAKE@

$(top_srcdir)/.version:
	echo $(VERSION) > $@-t && mv $@-t $@
dist-hook:
	echo $(VERSION) > $(distdir)/.tarball-version