diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 44ae9a7..3ecc0e0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,5 +4,9 @@ AUTOMAKE_OPTIONS = dist-bzip2 EXTRA_DIST = config.rpath config.rpath autogen.sh README.SVN -SUBDIRS = src doc tests +SUBDIRS = m4 src doc tests + + +dist-hook: + echo "$(VERSION)" > $(distdir)/VERSION |