001-no-docs-and-examples.patch 446 B

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