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.

32 lines
851 B

  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -475,7 +475,6 @@ docs/version.entities
  4. tests/Makefile
  5. tests/check/Makefile
  6. m4/Makefile
  7. -po/Makefile.in
  8. pkgconfig/Makefile
  9. pkgconfig/gstreamer-plugins-ugly-uninstalled.pc
  10. gst-plugins-ugly.spec
  11. --- a/Makefile.am
  12. +++ b/Makefile.am
  13. @@ -1,7 +1,7 @@
  14. DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
  15. SUBDIRS = \
  16. - gst-libs gst ext m4 common pkgconfig po
  17. + gst-libs gst ext m4 common pkgconfig
  18. # include before EXTRA_DIST for win32 assignment
  19. include $(top_srcdir)/common/win32.mak
  20. --- a/Makefile.in
  21. +++ b/Makefile.in
  22. @@ -502,7 +502,7 @@ top_builddir = @top_builddir@
  23. top_srcdir = @top_srcdir@
  24. DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
  25. SUBDIRS = \
  26. - gst-libs gst ext m4 common pkgconfig po
  27. + gst-libs gst ext m4 common pkgconfig
  28. # the MANIFEST contains all win32 related files that should be disted