mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
fix distcheck
Original commit message from CVS: * configure.ac: * tests/Makefile.am: fix distcheck
This commit is contained in:
parent
0763c52c7b
commit
d337d0e64a
3 changed files with 8 additions and 9 deletions
|
@ -1,3 +1,9 @@
|
|||
2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* configure.ac:
|
||||
* tests/Makefile.am:
|
||||
fix distcheck
|
||||
|
||||
2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* docs/gst/gstreamer-sections.txt:
|
||||
|
|
|
@ -487,6 +487,7 @@ plugins/elements/Makefile
|
|||
po/Makefile.in
|
||||
check/Makefile
|
||||
tests/Makefile
|
||||
tests/benchmarks/Makefile
|
||||
testsuite/Makefile
|
||||
testsuite/caps/Makefile
|
||||
testsuite/debug/Makefile
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
|
||||
SUBDIRS = instantiate sched threadstate seeking
|
||||
|
||||
noinst_PROGRAMS = mass_elements complexity
|
||||
|
||||
AM_CFLAGS = $(GST_OBJ_CFLAGS)
|
||||
LIBS = $(GST_OBJ_LIBS) \
|
||||
$(top_builddir)/gst/base/libgstbase-@GST_MAJORMINOR@.la
|
||||
SUBDIRS = benchmarks
|
||||
|
||||
EXTRA_DIST = README
|
||||
DIST_SUBDIRS= instantiate sched threadstate seeking
|
||||
|
|
Loading…
Reference in a new issue