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.

46 lines
747 B

  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -918,7 +918,6 @@ docs/design/Makefile
  4. docs/libs/Makefile
  5. docs/plugins/Makefile
  6. docs/version.entities
  7. -po/Makefile.in
  8. common/Makefile
  9. common/m4/Makefile
  10. m4/Makefile
  11. --- a/Makefile.am
  12. +++ b/Makefile.am
  13. @@ -11,7 +11,6 @@ SUBDIRS = \
  14. gst-libs \
  15. gst sys $(SUBDIRS_EXT) \
  16. tools \
  17. - po \
  18. common \
  19. m4
  20. @@ -20,7 +19,6 @@ DIST_SUBDIRS = \
  21. gst-libs \
  22. gst sys ext \
  23. tools \
  24. - po \
  25. common \
  26. m4
  27. --- a/Makefile.in
  28. +++ b/Makefile.in
  29. @@ -538,7 +538,6 @@ SUBDIRS = \
  30. gst-libs \
  31. gst sys $(SUBDIRS_EXT) \
  32. tools \
  33. - po \
  34. common \
  35. m4
  36. @@ -547,7 +546,6 @@ DIST_SUBDIRS = \
  37. gst-libs \
  38. gst sys ext \
  39. tools \
  40. - po \
  41. common \
  42. m4