diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
index a54063ea537344b80f22720224ad0c84690f8c87..9d38e747cea87655f7314087008bc25fd5c35350 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -5,7 +5,7 @@ endif
 #runtestdir = $(bindir)
 #dist_runtest_DATA = music_tests.sh
 
-EXTRA_DIST	= $(SUBDIRS)
+EXTRA_DIST	= test_old
 
 install-data-hook:
 	@INSTALL_PROGRAM@ music_tests.sh $(DESTDIR)$(bindir)
diff --git a/testsuite/sanitytests/Makefile.am b/testsuite/sanitytests/Makefile.am
index 08696994a4129bb47c33962152c17b0ae293ee32..ae9572f3c908bb6047ad22b4f3f85a4da4b30ffd 100644
--- a/testsuite/sanitytests/Makefile.am
+++ b/testsuite/sanitytests/Makefile.am
@@ -56,4 +56,4 @@ install-data-hook:
 			cloop.test const.test contclock.test \
 			launchtest.test messages.test \
 			multicomm.test multiport.test \
-			  $(DESTDIR)@PKGDATADIR@/tests
\ No newline at end of file
+			  $(DESTDIR)@PKGDATADIR@/tests
diff --git a/testsuite/unittests/catch/Makefile.am b/testsuite/unittests/catch/Makefile.am
index ecc1316e71dfb75ff6693a158d5497282b47e71b..aaaecf6e46c531a14698b0d9b1af62a3972b5202 100644
--- a/testsuite/unittests/catch/Makefile.am
+++ b/testsuite/unittests/catch/Makefile.am
@@ -7,7 +7,7 @@ testlib_PROGRAMS =  test_ag #test_tng
 
 MUSIC_INCLUDE = -I$(top_srcdir)/src -I$(top_builddir)/src
 
-test_ag_SOURCES = test_ag.cc
+test_ag_SOURCES = test_ag.cc catch.hpp
 test_ag_CXXFLAGS = $(MUSIC_INCLUDE) @MPI_CXXFLAGS@
 test_ag_LDADD = $(top_builddir)/src/libmusic.la @MPI_LDFLAGS@