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.

42 lines
1.0 KiB

  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -3334,7 +3334,6 @@ ext/timidity/Makefile
  4. ext/webp/Makefile
  5. ext/xvid/Makefile
  6. ext/zbar/Makefile
  7. -po/Makefile.in
  8. docs/Makefile
  9. docs/plugins/Makefile
  10. docs/libs/Makefile
  11. --- a/Makefile.am
  12. +++ b/Makefile.am
  13. @@ -2,11 +2,11 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-d
  14. SUBDIRS = \
  15. gst-libs gst sys ext pkgconfig \
  16. - m4 common docs tests po tools
  17. + m4 common docs tests tools
  18. DIST_SUBDIRS = \
  19. gst gst-libs sys ext pkgconfig \
  20. - m4 common docs tests po tools
  21. + m4 common docs tests tools
  22. # include before EXTRA_DIST for win32 assignment
  23. include $(top_srcdir)/common/win32.mak
  24. --- a/Makefile.in
  25. +++ b/Makefile.in
  26. @@ -739,11 +739,11 @@ wayland_scanner = @wayland_scanner@
  27. DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
  28. SUBDIRS = \
  29. gst-libs gst sys ext pkgconfig \
  30. - m4 common docs tests po tools
  31. + m4 common docs tests tools
  32. DIST_SUBDIRS = \
  33. gst gst-libs sys ext pkgconfig \
  34. - m4 common docs tests po tools
  35. + m4 common docs tests tools
  36. # the MANIFEST contains all win32 related files that should be disted