chiark / gitweb /
server shouldn't crash on client disconnect!
[disorder] / Makefile.am
index 5fcfe603ea0c7fcb3056756ab6fe9a1d8cba7ec5..0b6f5a744a3c3f09b2d9e8dfa2206d6b7e533c8e 100644 (file)
@@ -1,6 +1,6 @@
 #
 # This file is part of DisOrder.
-# Copyright (C) 2004, 2005, 2006 Richard Kettlewell
+# Copyright (C) 2004, 2005, 2006, 2007 Richard Kettlewell
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -19,7 +19,7 @@
 #
 
 EXTRA_DIST=TODO CHANGES README.streams BUGS ChangeLog.d        \
-README.upgrades README.client
+README.upgrades README.client README.mac README.raw
 SUBDIRS=@subdirs@
 
 dist-hook:
@@ -27,3 +27,6 @@ dist-hook:
 
 echo-distdir:
        @echo $(distdir)
+
+echo-version:
+       @echo $(VERSION)