diff --git a/modules/miscutil/lib/Makefile.am b/modules/miscutil/lib/Makefile.am
index de9e5273c..ac6d50e1b 100644
--- a/modules/miscutil/lib/Makefile.am
+++ b/modules/miscutil/lib/Makefile.am
@@ -1,72 +1,73 @@
 ## $Id$
 
 ## This file is part of CDS Invenio.
 ## Copyright (C) 2002, 2003, 2004, 2005, 2006 CERN.
 ##
 ## CDS Invenio is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
 ## published by the Free Software Foundation; either version 2 of the
 ## License, or (at your option) any later version.
 ##
 ## CDS Invenio is distributed in the hope that it will be useful, but
 ## WITHOUT ANY WARRANTY; without even the implied warranty of
 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 ## General Public License for more details.  
 ##
 ## You should have received a copy of the GNU General Public License
 ## along with CDS Invenio; if not, write to the Free Software Foundation, Inc.,
 ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
 
 pylibdir = $(libdir)/python/invenio
 pylib_DATA = __init__.py \
              errorlib.py \
              errorlib_tests.py \
              errorlib_webinterface.py \
              config.py \
              dbquery.py \
 	     miscutil_config.py \
              messages.py \
              textutils.py \
              dateutils.py \
 	     testutils.py \
 	     urlutils.py
 
 noinst_DATA = testimport.py
 
 phplibdir = $(libdir)/php/invenio/errors
 phplib_DATA = errorHandling.php
 
 EXTRA_DIST = __init__.py \
              errorlib.py \
              errorlib_tests.py \
              errorlib_webinterface.py \
 	     miscutil_config.py \
              config.py.wml \
              dbquery.py.wml \
              messages.py.wml \
              errorHandling.php.wml \
              textutils.py \
              dateutils.py \
+	     testutils.py \
              urlutils.py \
              testimport.py
 
 install-data-hook:
 	$(PYTHON) $(srcdir)/testimport.py ${prefix}
 
 CLEANFILES = config.py dbquery.py messages.py $(phplib_DATA) *~ *.tmp *.pyc
 
 config.py: config.py.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml \
       $(top_srcdir)/config/cdswmllib.wml
 	$(WML) -o $@ $<
 
 dbquery.py: dbquery.py.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml \
       $(top_srcdir)/config/cdswmllib.wml
 	$(WML) -o $@ $<
 
 messages.py: messages.py.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml \
       $(top_srcdir)/config/cdswmllib.wml
 	$(WML) -o $@ $<
 
 errorHandling.php: errorHandling.php.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml \
       $(top_srcdir)/config/cdswmllib.wml
 	$(WML) -o $@ $<