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.

21 lines
544 B

  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -482,7 +482,6 @@ tests/Makefile
  4. tests/check/Makefile
  5. tests/files/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 docs m4 tests common pkgconfig po
  17. + gst-libs gst ext docs m4 tests common pkgconfig
  18. # include before EXTRA_DIST for win32 assignment
  19. include $(top_srcdir)/common/win32.mak