aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorjames <>2008-02-27 10:47:58 +0000
committerjames <>2008-02-27 10:47:58 +0000
commit131599d075be3b2e2d0377d3c6024c053cba2fb3 (patch)
tree35aa2b798e766c4780d0ce4c4f79b0197c9cc2c7 /Makefile.am
parent8b8c706d48dca2edbe4789d94df7e4e93dd96c68 (diff)
downloadsympathy-131599d075be3b2e2d0377d3c6024c053cba2fb3.tar.gz
sympathy-131599d075be3b2e2d0377d3c6024c053cba2fb3.tar.bz2
sympathy-131599d075be3b2e2d0377d3c6024c053cba2fb3.zip
*** empty log message ***
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5191691..33275cd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,6 +8,9 @@
# $Id$
#
# $Log$
+# Revision 1.3 2008/02/27 10:47:34 james
+# *** empty log message ***
+#
# Revision 1.2 2008/02/24 00:42:52 james
# *** empty log message ***
#
@@ -34,6 +37,8 @@ VCHK=${shell cat ${VFS} | @MD5SUM@ | @AWK@ '{print $$1 }' }
VNUM=${shell @GREP@ ${VCHK} ${VFD}/version-md5sums | @AWK@ '{ print $$2 }' }
VDEF=${shell echo `cat ${VFD}/version-major`.`cat ${VFD}/version-minor`.`cat ${VFD}/version-micro` }
+EXTRA_DIST=version-files version-major version-minor version-micro version-md5sums
+
version.sed: $(VFD)/version-files $(VFD)/version-major \
$(VFD)/version-minor $(VFD)/version-micro \
$(VFD)/version-md5sums ${VFS} Makefile