mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
yet more distcheck fixing
Original commit message from CVS: yet more distcheck fixing
This commit is contained in:
parent
af786522b6
commit
b108269cd2
3 changed files with 9 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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 $@
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue