yet more distcheck fixing

Original commit message from CVS:
yet more distcheck fixing
This commit is contained in:
Thomas Vander Stichele 2006-02-01 19:22:04 +00:00
parent af786522b6
commit b108269cd2
3 changed files with 9 additions and 3 deletions

View 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

View file

@ -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 $@

View 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