diff options
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | tests/Makefile.am | 5 |
2 files changed, 9 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2008-07-15 Johan Dahlin <johan@gnome.org> + * tests/Makefile.am: + Make sure we can distcheck the gio module properly + +2008-07-15 Johan Dahlin <johan@gnome.org> + Bug 450659 – h2def.py - export 'typedef struct' object definitions not working diff --git a/tests/Makefile.am b/tests/Makefile.am index 6d0c51a..21fa057 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -39,12 +39,15 @@ 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 +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 |
