pygobject r808 - in trunk: . tests



Author: johan
Date: Mon Jul 14 22:17:34 2008
New Revision: 808
URL: http://svn.gnome.org/viewvc/pygobject?rev=808&view=rev

Log:
2008-07-15  Johan Dahlin  <johan gnome org>

        * tests/Makefile.am:
        Make sure we can distcheck the gio module properly



Modified:
   trunk/ChangeLog
   trunk/tests/Makefile.am

Modified: trunk/tests/Makefile.am
==============================================================================
--- trunk/tests/Makefile.am	(original)
+++ trunk/tests/Makefile.am	Mon Jul 14 22:17:34 2008
@@ -39,12 +39,15 @@
 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
+check-local: $(top_srcdir)/gobject/__init__.py $(top_srcdir)/gio/__init__.py
 	@if test "$(top_builddir)" != "$(top_srcdir)"; then \
 	   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)/gobject/*.py; \
+	   rm -f $(top_builddir)/gio/*.py; \
 	fi
 	@rm -fr $(top_builddir)/gobject/*.pyc
+	@rm -fr $(top_builddir)/gio/*.pyc



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]