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
566 B

  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -159,12 +159,8 @@ AC_CONFIG_FILES([
  4. audiofile.pc
  5. audiofile-uninstalled.pc
  6. sfcommands/Makefile
  7. - test/Makefile
  8. - gtest/Makefile
  9. - examples/Makefile
  10. libaudiofile/Makefile
  11. libaudiofile/alac/Makefile
  12. libaudiofile/modules/Makefile
  13. - docs/Makefile
  14. Makefile])
  15. AC_OUTPUT
  16. --- a/Makefile.am
  17. +++ b/Makefile.am
  18. @@ -1,6 +1,6 @@
  19. ## Process this file with automake to produce Makefile.in
  20. -SUBDIRS = gtest libaudiofile sfcommands test examples docs
  21. +SUBDIRS = libaudiofile sfcommands
  22. EXTRA_DIST = \
  23. ACKNOWLEDGEMENTS \