46 lines
900 B
Diff
46 lines
900 B
Diff
|
--- a/configure.ac
|
||
|
+++ b/configure.ac
|
||
|
@@ -695,7 +695,6 @@ libs/gst/net/Makefile
|
||
|
plugins/Makefile
|
||
|
plugins/indexers/Makefile
|
||
|
plugins/elements/Makefile
|
||
|
-po/Makefile.in
|
||
|
tests/Makefile
|
||
|
tests/benchmarks/Makefile
|
||
|
tests/check/Makefile
|
||
|
--- a/Makefile.am
|
||
|
+++ b/Makefile.am
|
||
|
@@ -8,14 +8,12 @@ aclocal_DATA = gst-element-check-@GST_MA
|
||
|
|
||
|
SUBDIRS = pkgconfig \
|
||
|
gst libs plugins tools \
|
||
|
- po \
|
||
|
m4 \
|
||
|
common
|
||
|
|
||
|
# These are all the possible subdirs
|
||
|
DIST_SUBDIRS = pkgconfig \
|
||
|
gst libs plugins tools \
|
||
|
- po \
|
||
|
m4 \
|
||
|
common
|
||
|
|
||
|
--- a/Makefile.in
|
||
|
+++ b/Makefile.in
|
||
|
@@ -445,7 +445,6 @@ aclocaldir = $(datadir)/aclocal
|
||
|
aclocal_DATA = gst-element-check-@GST_MAJORMINOR@.m4
|
||
|
SUBDIRS = pkgconfig \
|
||
|
gst libs plugins tools \
|
||
|
- po \
|
||
|
m4 \
|
||
|
common
|
||
|
|
||
|
@@ -453,7 +452,6 @@ SUBDIRS = pkgconfig \
|
||
|
# These are all the possible subdirs
|
||
|
DIST_SUBDIRS = pkgconfig \
|
||
|
gst libs plugins tools \
|
||
|
- po \
|
||
|
m4 \
|
||
|
common
|
||
|
|