mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
Makefile.am: Add gst-libs to DIST_SUBDIRS to make sure that it's always disted.
Original commit message from CVS: * Makefile.am: Add gst-libs to DIST_SUBDIRS to make sure that it's always disted. * autogen.sh: Remove -I m4 from autogen.sh, it's not disted and used anymore and thus makes autogen.sh fail if run on a tarball. Fixes bug #563305.
This commit is contained in:
parent
225169317d
commit
9a724607c9
3 changed files with 12 additions and 1 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2008-12-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||
|
||||
* Makefile.am:
|
||||
Add gst-libs to DIST_SUBDIRS to make sure that it's always
|
||||
disted.
|
||||
|
||||
* autogen.sh:
|
||||
Remove -I m4 from autogen.sh, it's not disted and used anymore and
|
||||
thus makes autogen.sh fail if run on a tarball. Fixes bug #563305.
|
||||
|
||||
2008-12-04 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
||||
|
||||
SUBDIRS = $(FFMPEG_SUBDIRS) ext docs common tests
|
||||
DIST_SUBDIRS = $(SUBDIRS) gst-libs
|
||||
|
||||
# include before EXTRA_DIST for win32 assignment
|
||||
include $(top_srcdir)/common/win32.mak
|
||||
|
|
|
@ -97,7 +97,7 @@ fi
|
|||
|
||||
toplevel_check $srcfile
|
||||
|
||||
tool_run "$aclocal" "-I m4 -I common/m4 $ACLOCAL_FLAGS"
|
||||
tool_run "$aclocal" "-I common/m4 $ACLOCAL_FLAGS"
|
||||
tool_run "$libtoolize" "--copy --force"
|
||||
tool_run "$autoheader"
|
||||
|
||||
|
|
Loading…
Reference in a new issue