diff options
author | Johan Dahlin <johan@src.gnome.org> | 2006-01-09 20:02:19 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2006-01-09 20:02:19 +0000 |
commit | c0b363d57bb73f44f4b7c945b04d06bc7775e86d (patch) | |
tree | 99be4c9b757a20446027abecf80557ba77e07fe0 /tests | |
parent | 5dac4cf46b08bf293f668729cff1ce48c6181e79 (diff) | |
download | pygobject-c0b363d57bb73f44f4b7c945b04d06bc7775e86d.tar.gz |
Make dist/distcheck work again
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index c13ca726..a8c10dba 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 |