mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
Fix distcheck.
Original commit message from CVS: * Makefile.am: * configure.ac: Fix distcheck.
This commit is contained in:
parent
5fd0044313
commit
1533f43e04
3 changed files with 14 additions and 9 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
|
* Makefile.am:
|
||||||
|
* configure.ac:
|
||||||
|
Fix distcheck.
|
||||||
|
|
||||||
2006-03-12 Edward Hervey <edward@fluendo.com>
|
2006-03-12 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
* sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
|
* sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
|
||||||
|
|
|
@ -7,12 +7,12 @@ SUBDIRS_EXAMPLES =
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
gst sys ext \
|
gst gst-libs sys ext \
|
||||||
m4 common docs \
|
m4 common docs \
|
||||||
$(SUBDIRS_EXAMPLES)
|
$(SUBDIRS_EXAMPLES)
|
||||||
|
|
||||||
DIST_SUBDIRS = \
|
DIST_SUBDIRS = \
|
||||||
gst sys ext m4 common docs examples
|
gst gst-libs sys ext m4 common docs examples
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
gst-plugins-bad.spec depcomp \
|
gst-plugins-bad.spec depcomp \
|
||||||
|
|
13
configure.ac
13
configure.ac
|
@ -40,14 +40,11 @@ AM_PROG_AS
|
||||||
AS="${CC}"
|
AS="${CC}"
|
||||||
AS_PROG_OBJC
|
AS_PROG_OBJC
|
||||||
|
|
||||||
dnl the gettext stuff needed
|
dnl set up gettext
|
||||||
AM_GNU_GETTEXT_VERSION(0.11.5)
|
dnl the version check needs to stay here because autopoint greps for it
|
||||||
|
AM_GNU_GETTEXT_VERSION([0.11.5])
|
||||||
AM_GNU_GETTEXT([external])
|
AM_GNU_GETTEXT([external])
|
||||||
|
GST_GETTEXT([gst-plugins-bad-$GST_MAJORMINOR])
|
||||||
GETTEXT_PACKAGE=gst-plugins-bad-$GST_MAJORMINOR
|
|
||||||
AC_SUBST(GETTEXT_PACKAGE)
|
|
||||||
AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], "$GETTEXT_PACKAGE",
|
|
||||||
[gettext package name])
|
|
||||||
|
|
||||||
GST_ARG_EXAMPLES
|
GST_ARG_EXAMPLES
|
||||||
|
|
||||||
|
@ -804,6 +801,8 @@ gst/speed/Makefile
|
||||||
gst/qtdemux/Makefile
|
gst/qtdemux/Makefile
|
||||||
gst/tta/Makefile
|
gst/tta/Makefile
|
||||||
gst/xingheader/Makefile
|
gst/xingheader/Makefile
|
||||||
|
gst-libs/Makefile
|
||||||
|
gst-libs/gst/Makefile
|
||||||
sys/Makefile
|
sys/Makefile
|
||||||
sys/glsink/Makefile
|
sys/glsink/Makefile
|
||||||
sys/ximagesrc/Makefile
|
sys/ximagesrc/Makefile
|
||||||
|
|
Loading…
Reference in a new issue