You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
450 B

  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 test build objs microbench
  6. +SUBDIRS = include m4 src build objs
  7. if EXAMPLES
  8. SUBDIRS += examples
  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)