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.

39 lines
1.2 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 19:22:31.546496381 -0500
  3. +++ gstreamer-1.0.7/Makefile.am 2013-06-01 19:20:38.141070908 -0500
  4. @@ -7,7 +7,7 @@
  5. aclocal_DATA = gst-element-check-@GST_API_VERSION@.m4
  6. SUBDIRS = pkgconfig \
  7. - gst libs plugins tests \
  8. + gst libs plugins \
  9. po \
  10. m4 \
  11. common
  12. @@ -18,7 +18,7 @@
  13. # These are all the possible subdirs
  14. DIST_SUBDIRS = pkgconfig \
  15. - gst libs plugins tools tests \
  16. + gst libs plugins tools \
  17. po \
  18. m4 \
  19. common
  20. diff -u --recursive gstreamer-1.0.7-vanilla/Makefile.in gstreamer-1.0.7/Makefile.in
  21. --- gstreamer-1.0.7-vanilla/Makefile.in 2013-06-01 19:22:31.547496342 -0500
  22. +++ gstreamer-1.0.7/Makefile.in 2013-06-01 19:20:48.948632307 -0500
  23. @@ -508,12 +508,12 @@
  24. DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-docbook
  25. aclocaldir = $(datadir)/aclocal
  26. aclocal_DATA = gst-element-check-@GST_API_VERSION@.m4
  27. -SUBDIRS = pkgconfig gst libs plugins tests po m4 common \
  28. +SUBDIRS = pkgconfig gst libs plugins po m4 common \
  29. $(am__append_1)
  30. # These are all the possible subdirs
  31. DIST_SUBDIRS = pkgconfig \
  32. - gst libs plugins tools tests \
  33. + gst libs plugins tools \
  34. po \
  35. m4 \
  36. common