diff options
author | Werner Koch <[email protected]> | 2006-09-14 11:17:33 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-09-14 11:17:33 +0000 |
commit | f4f90811735b1f599e207e49d449abfa9d47897d (patch) | |
tree | b509639246290da27975771f95b8d46cf57ec60c /Makefile.am | |
parent | More tweaks for descriptor passing. (diff) | |
download | libassuan-0.9.0.tar.gz libassuan-0.9.0.zip |
Preparing a new releaselibassuan-0.9.0
Diffstat (limited to '')
-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 |