yet more distcheck fixing
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 1 Feb 2006 19:22:04 +0000 (19:22 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 1 Feb 2006 19:22:04 +0000 (19:22 +0000)
Original commit message from CVS:
yet more distcheck fixing

Makefile.am
autogen.sh
configure.ac

index 88f8e66..fe5f9d3 100644 (file)
@@ -1,5 +1,8 @@
-SUBDIRS = gst-libs ext docs
-EXTRA_DIST=gst-ffmpeg.spec depcomp \
+DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
+
+SUBDIRS = gst-libs ext docs common
+EXTRA_DIST = \
+       gst-ffmpeg.spec depcomp \
        AUTHORS COPYING NEWS README ChangeLog
 
 ACLOCAL_AMFLAGS = -I common/m4
index 0453df2..b2bb25a 100755 (executable)
@@ -30,7 +30,7 @@ then
 fi
 . common/gst-autogen.sh
 
-CONFIGURE_DEF_OPT='--enable-maintainer-mode'
+CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-gtk-doc'
 
 autogen_options $@
 
index 671ba5b..b652271 100644 (file)
@@ -107,6 +107,9 @@ ext/libpostproc/Makefile
 gst-libs/Makefile
 gst-libs/ext/Makefile
 docs/Makefile
+docs/version.entities
 docs/plugins/Makefile
+common/Makefile
+common/m4/Makefile
 )
 AC_OUTPUT