From 6ac66c8fb6be0f3b27508582063afaced63250c1 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Fri, 25 Jul 2008 11:21:50 +0000 Subject: Make distcheck pass 2008-07-25 Johan Dahlin * gobject/Makefile.am: * tests/Makefile.am: Make distcheck pass svn path=/trunk/; revision=854 --- tests/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index 21fa0575..f7a98803 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -39,15 +39,18 @@ tests = \ testhelper.la: $(testhelper_la_OBJECTS) $(testhelper_la_DEPENDENCIES) $(LINK) -rpath $(pkgpyexecdir) $(testhelper_la_LDFLAGS) $(testhelper_la_OBJECTS) $(testhelper_la_LIBADD) $(LIBS) -check-local: $(top_srcdir)/gobject/__init__.py $(top_srcdir)/gio/__init__.py +check-local: $(top_srcdir)/glib/__init__.py $(top_srcdir)/gobject/__init__.py $(top_srcdir)/gio/__init__.py @if test "$(top_builddir)" != "$(top_srcdir)"; then \ + cp $(top_srcdir)/glib/*.py $(top_builddir)/glib; \ cp $(top_srcdir)/gobject/*.py $(top_builddir)/gobject; \ cp $(top_srcdir)/gio/*.py $(top_builddir)/gio; \ fi @$(PYTHON) $(srcdir)/runtests.py $(top_builddir) $(top_srcdir) @if test "$(top_builddir)" != "$(top_srcdir)"; then \ + rm -f $(top_builddir)/glib/*.py; \ rm -f $(top_builddir)/gobject/*.py; \ rm -f $(top_builddir)/gio/*.py; \ fi + @rm -fr $(top_builddir)/glib/*.pyc @rm -fr $(top_builddir)/gobject/*.pyc @rm -fr $(top_builddir)/gio/*.pyc -- cgit v1.2.1