From c0b363d57bb73f44f4b7c945b04d06bc7775e86d Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 9 Jan 2006 20:02:19 +0000 Subject: Make dist/distcheck work again --- tests/Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index c13ca72..a8c10db 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -3,7 +3,13 @@ INCLUDES = \ $(GLIB_CFLAGS) \ -I$(top_srcdir)/gobject -EXTRA_DIST = $(tests) common.py runtests.py test-thread.h test-unknown.h +EXTRA_DIST = \ + $(tests) \ + common.py \ + runtests.py \ + testmodule.py \ + test-thread.h \ + test-unknown.h noinst_LTLIBRARIES = testhelper.la linked_LIBS = testhelper.la -- cgit