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.

44 lines
1.0 KiB

  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -998,21 +998,6 @@ libs/gst/net/Makefile
  4. plugins/Makefile
  5. plugins/elements/Makefile
  6. plugins/tracers/Makefile
  7. -tests/Makefile
  8. -tests/benchmarks/Makefile
  9. -tests/check/Makefile
  10. -tests/misc/Makefile
  11. -tests/examples/Makefile
  12. -tests/examples/adapter/Makefile
  13. -tests/examples/controller/Makefile
  14. -tests/examples/stepping/Makefile
  15. -tests/examples/helloworld/Makefile
  16. -tests/examples/manual/Makefile
  17. -tests/examples/memory/Makefile
  18. -tests/examples/netclock/Makefile
  19. -tests/examples/ptp/Makefile
  20. -tests/examples/streamiddemux/Makefile
  21. -tests/examples/streams/Makefile
  22. tools/Makefile
  23. common/Makefile
  24. common/m4/Makefile
  25. --- a/Makefile.am
  26. +++ b/Makefile.am
  27. @@ -7,7 +7,7 @@ aclocaldir = $(datadir)/aclocal
  28. aclocal_DATA = gst-element-check-@GST_API_VERSION@.m4
  29. SUBDIRS = pkgconfig \
  30. - gst libs plugins tests \
  31. + gst libs plugins \
  32. docs \
  33. m4 \
  34. common \
  35. @@ -19,7 +19,7 @@ endif
  36. # These are all the possible subdirs
  37. DIST_SUBDIRS = pkgconfig \
  38. - gst libs plugins tools tests \
  39. + gst libs plugins tools \
  40. docs \
  41. m4 \
  42. common \