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.

37 lines
926 B

  1. --- a/Makefile.am
  2. +++ b/Makefile.am
  3. @@ -7,7 +7,7 @@ aclocaldir = $(datadir)/aclocal
  4. aclocal_DATA = gst-element-check-@GST_API_VERSION@.m4
  5. SUBDIRS = pkgconfig \
  6. - gst libs plugins tests \
  7. + gst libs plugins \
  8. po \
  9. m4 \
  10. common
  11. @@ -18,7 +18,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. po \
  17. m4 \
  18. common
  19. --- a/Makefile.in
  20. +++ b/Makefile.in
  21. @@ -554,12 +554,12 @@ top_srcdir = @top_srcdir@
  22. DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-docbook
  23. aclocaldir = $(datadir)/aclocal
  24. aclocal_DATA = gst-element-check-@GST_API_VERSION@.m4
  25. -SUBDIRS = pkgconfig gst libs plugins tests po m4 common \
  26. +SUBDIRS = pkgconfig gst libs plugins po m4 common \
  27. $(am__append_1)
  28. # These are all the possible subdirs
  29. DIST_SUBDIRS = pkgconfig \
  30. - gst libs plugins tools tests \
  31. + gst libs plugins tools \
  32. po \
  33. m4 \
  34. common