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
1.1 KiB

  1. diff -u --recursive gstreamer-1.0.7-vanilla/Makefile.am gstreamer-1.0.7/Makefile.am
  2. --- gstreamer-1.0.7-vanilla/Makefile.am 2013-06-01 18:47:44.498057069 -0500
  3. +++ gstreamer-1.0.7/Makefile.am 2013-06-01 19:01:41.634143861 -0500
  4. @@ -8,7 +8,6 @@
  5. SUBDIRS = pkgconfig \
  6. gst libs plugins tests \
  7. - docs \
  8. po \
  9. m4 \
  10. common
  11. @@ -20,7 +19,6 @@
  12. # These are all the possible subdirs
  13. DIST_SUBDIRS = pkgconfig \
  14. gst libs plugins tools tests \
  15. - docs \
  16. po \
  17. m4 \
  18. common
  19. diff -u --recursive gstreamer-1.0.7-vanilla/Makefile.in gstreamer-1.0.7/Makefile.in
  20. --- gstreamer-1.0.7-vanilla/Makefile.in 2013-06-01 18:47:44.533056863 -0500
  21. +++ gstreamer-1.0.7/Makefile.in 2013-06-01 19:02:04.529246907 -0500
  22. @@ -508,13 +508,12 @@
  23. DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-docbook
  24. aclocaldir = $(datadir)/aclocal
  25. aclocal_DATA = gst-element-check-@GST_API_VERSION@.m4
  26. -SUBDIRS = pkgconfig gst libs plugins tests docs po m4 common \
  27. +SUBDIRS = pkgconfig gst libs plugins tests po m4 common \
  28. $(am__append_1)
  29. # These are all the possible subdirs
  30. DIST_SUBDIRS = pkgconfig \
  31. gst libs plugins tools tests \
  32. - docs \
  33. po \
  34. m4 \
  35. common