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.

45 lines
1015 B

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