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.

35 lines
841 B

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