Avoid namespace clash detected by picky compilers
[disorder] / Makefile.am
index bba9048..c9a8116 100644 (file)
@@ -1,6 +1,6 @@
 #
 # This file is part of DisOrder.
-# Copyright (C) 2004, 2005, 2006, 2007 Richard Kettlewell
+# Copyright (C) 2004-2008 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,8 @@
 #
 
 EXTRA_DIST=TODO CHANGES README.streams BUGS ChangeLog.d        \
-README.upgrades README.client README.mac README.raw
+README.upgrades README.client README.mac README.raw README.vhost \
+README.freebsd README.developers
 SUBDIRS=@subdirs@
 
 check-report: before-check check make-coverage-reports
@@ -29,8 +30,8 @@ make-coverage-reports:
        @for subdir in lib plugins server clients disobedience; do \
          echo cd $$subdir;\
          cd $$subdir;\
-         echo ${GCOV} *.c | ${PYTHON} ../scripts/format-gcov-report --html . ;\
-         ${GCOV} *.c | ${PYTHON} ../scripts/format-gcov-report --html . ;\
+         echo ${GCOV} *.c | ${PYTHON} ../scripts/format-gcov-report --html . *.c ;\
+         ${GCOV} *.c | ${PYTHON} ../scripts/format-gcov-report --html . *.c ;\
          echo cd ..;\
          cd ..;\
        done