1 --- clutter-0.8.2/Makefile.am.orig 2008-11-26 19:55:06.463330561 +0800 2 +++ clutter-0.8.2/Makefile.am 2008-11-26 19:55:28.268964788 +0800 3 @@ -1,12 +1,12 @@ 4 NULL = 5 6 -SUBDIRS = clutter tests po 7 +SUBDIRS = clutter po 8 9 if BUILD_GTK_DOC 10 SUBDIRS += doc 11 endif 12 13 -DIST_SUBDIRS = clutter tests doc po 14 +DIST_SUBDIRS = clutter doc po 15 16 pcfiles = \ 17 clutter-$(CLUTTER_API_VERSION).pc \ 18 --- clutter-0.8.2/configure.ac.orig 2008-11-26 19:55:14.871471314 +0800 19 +++ clutter-0.8.2/configure.ac 2008-11-26 19:55:51.997416682 +0800 20 @@ -662,7 +662,6 @@ 21 clutter/cogl/gles/Makefile 22 clutter/json/Makefile 23 clutter/pango/Makefile 24 - tests/Makefile 25 doc/Makefile 26 doc/reference/Makefile 27 doc/reference/clutter/Makefile 28