2010-07-05 01:51:21 +00:00
|
|
|
--- a/Makefile.am
|
|
|
|
+++ b/Makefile.am
|
|
|
|
@@ -1,7 +1,7 @@
|
|
|
|
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
|
|
|
|
|
|
|
SUBDIRS = \
|
2012-12-05 17:31:28 +00:00
|
|
|
- gst-libs gst ext m4 tests common pkgconfig po
|
|
|
|
+ gst-libs gst ext m4 common pkgconfig po
|
2010-07-05 01:51:21 +00:00
|
|
|
|
|
|
|
# include before EXTRA_DIST for win32 assignment
|
|
|
|
include $(top_srcdir)/common/win32.mak
|
|
|
|
--- a/Makefile.in
|
|
|
|
+++ b/Makefile.in
|
|
|
|
@@ -395,7 +395,7 @@ top_builddir = @top_builddir@
|
|
|
|
top_srcdir = @top_srcdir@
|
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
|
|
|
|
SUBDIRS = \
|
2012-12-05 17:31:28 +00:00
|
|
|
- gst-libs gst ext m4 tests common pkgconfig po
|
|
|
|
+ gst-libs gst ext m4 common pkgconfig po
|
2010-07-05 01:51:21 +00:00
|
|
|
|
|
|
|
|
|
|
|
# the MANIFEST contains all win32 related files that should be disted
|