001-no-docs-and-examples.patch (457B)
1 --- a/Makefile.am 2 +++ b/Makefile.am 3 @@ -31,7 +31,7 @@ 4 5 ACLOCAL_AMFLAGS = -I m4 6 7 -SUBDIRS = doc include m4 man src examples test build objs microbench 8 +SUBDIRS = include m4 src build objs 9 10 EXTRA_DIST = \ 11 COPYING.FDL \ 12 --- a/src/Makefile.am 13 +++ b/src/Makefile.am 14 @@ -30,11 +30,6 @@ SUBDIRS = \ 15 flac \ 16 metaflac \ 17 $(XMMS_DIRS) \ 18 - test_grabbag \ 19 - test_libs_common \ 20 - test_libFLAC \ 21 - test_seeking \ 22 - test_streams \ 23 utils \ 24 $(CPPLIBS_DIRS) 25