c7cfb433a2
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24581 3c298f89-4303-0410-b956-a3cf2f4a3e73
31 lines
583 B
Diff
31 lines
583 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -1147,7 +1147,6 @@ sys/sunaudio/Makefile
|
|
sys/v4l2/Makefile
|
|
sys/waveform/Makefile
|
|
sys/ximage/Makefile
|
|
-po/Makefile.in
|
|
tests/Makefile
|
|
tests/check/Makefile
|
|
tests/examples/Makefile
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -8,7 +8,6 @@ endif
|
|
|
|
ALWAYS_SUBDIRS = \
|
|
gst sys ext \
|
|
- po \
|
|
common \
|
|
m4 \
|
|
pkgconfig
|
|
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -475,7 +475,6 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk
|
|
@USE_GCONFTOOL_TRUE@GCONF_DIR = gconf
|
|
ALWAYS_SUBDIRS = \
|
|
gst sys ext \
|
|
- po \
|
|
common \
|
|
m4 \
|
|
pkgconfig
|