chiark / gitweb /
*** empty log message ***
[sympathy.git] / Makefile.am
index 519169107807be96a7f671afff82241118ff1034..33275cd14d01ea493dfa92ccb098f19a82af7d1a 100644 (file)
@@ -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