2010-07-05 01:42:30 +00:00
|
|
|
--- a/Makefile.am
|
|
|
|
+++ b/Makefile.am
|
|
|
|
@@ -7,14 +7,14 @@ aclocaldir = $(datadir)/aclocal
|
|
|
|
aclocal_DATA = gst-element-check-@GST_MAJORMINOR@.m4
|
|
|
|
|
|
|
|
SUBDIRS = pkgconfig \
|
|
|
|
- gst libs plugins tools tests \
|
|
|
|
+ gst libs plugins tools \
|
|
|
|
po \
|
|
|
|
m4 \
|
|
|
|
common
|
|
|
|
|
|
|
|
# These are all the possible subdirs
|
|
|
|
DIST_SUBDIRS = pkgconfig \
|
|
|
|
- gst libs plugins tools tests \
|
|
|
|
+ gst libs plugins tools \
|
|
|
|
po \
|
|
|
|
m4 \
|
|
|
|
common
|
|
|
|
--- a/Makefile.in
|
|
|
|
+++ b/Makefile.in
|
2013-12-31 00:44:18 +00:00
|
|
|
@@ -468,7 +468,7 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk
|
2010-07-05 01:42:30 +00:00
|
|
|
aclocaldir = $(datadir)/aclocal
|
|
|
|
aclocal_DATA = gst-element-check-@GST_MAJORMINOR@.m4
|
|
|
|
SUBDIRS = pkgconfig \
|
|
|
|
- gst libs plugins tools tests \
|
|
|
|
+ gst libs plugins tools \
|
|
|
|
po \
|
|
|
|
m4 \
|
|
|
|
common
|
2013-12-31 00:44:18 +00:00
|
|
|
@@ -476,7 +476,7 @@ SUBDIRS = pkgconfig \
|
2010-07-05 01:42:30 +00:00
|
|
|
|
|
|
|
# These are all the possible subdirs
|
|
|
|
DIST_SUBDIRS = pkgconfig \
|
|
|
|
- gst libs plugins tools tests \
|
|
|
|
+ gst libs plugins tools \
|
|
|
|
po \
|
|
|
|
m4 \
|
|
|
|
common
|