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.

43 lines
1.0 KiB

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