mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
Makefile.am: gst-element-check.m4 is generated and should therefore be copied from the build dir rather than the sour...
Original commit message from CVS: Patch by: Peter Kjellerstedt <pkj at axis com> * Makefile.am: gst-element-check.m4 is generated and should therefore be copied from the build dir rather than the source dir (#357593). 'make distcheck' hasn't noticed this because we were disting the file as well, so stop doing that.
This commit is contained in:
parent
b74d2e83a6
commit
05b05477eb
2 changed files with 12 additions and 2 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
||||||
|
2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
|
Patch by: Peter Kjellerstedt <pkj at axis com>
|
||||||
|
|
||||||
|
* Makefile.am:
|
||||||
|
gst-element-check.m4 is generated and should therefore be
|
||||||
|
copied from the build dir rather than the source dir (#357593).
|
||||||
|
'make distcheck' hasn't noticed this because we were disting
|
||||||
|
the file as well, so stop doing that.
|
||||||
|
|
||||||
2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
|
2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* tests/check/gst/gstcaps.c: (GST_START_TEST), (gst_caps_suite):
|
* tests/check/gst/gstcaps.c: (GST_START_TEST), (gst_caps_suite):
|
||||||
|
|
|
@ -3,7 +3,7 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc --enable-docbook
|
||||||
all-local: gst-element-check-@GST_MAJORMINOR@.m4
|
all-local: gst-element-check-@GST_MAJORMINOR@.m4
|
||||||
|
|
||||||
gst-element-check-@GST_MAJORMINOR@.m4: gst-element-check.m4
|
gst-element-check-@GST_MAJORMINOR@.m4: gst-element-check.m4
|
||||||
cp $(srcdir)/gst-element-check.m4 gst-element-check-@GST_MAJORMINOR@.m4
|
cp gst-element-check.m4 gst-element-check-@GST_MAJORMINOR@.m4
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I common/m4
|
ACLOCAL_AMFLAGS = -I common/m4
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ debug:
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
gstreamer.spec gstreamer.spec.in \
|
gstreamer.spec gstreamer.spec.in \
|
||||||
gst-element-check.m4 gst-element-check.m4.in \
|
gst-element-check.m4.in \
|
||||||
configure.ac autogen.sh depcomp \
|
configure.ac autogen.sh depcomp \
|
||||||
ABOUT-NLS RELEASE \
|
ABOUT-NLS RELEASE \
|
||||||
$(win32)
|
$(win32)
|
||||||
|
|
Loading…
Reference in a new issue