mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 08:55:33 +00:00
fix disting
Original commit message from CVS: fix disting
This commit is contained in:
parent
f87c7929d4
commit
457ae12e9f
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
# FIXME : threads bytestream
|
# FIXME : threads bytestream
|
||||||
SUBDIRS = caps plugin elements clock refcounting threads ## cleanup dynparams
|
SUBDIRS = caps plugin elements clock refcounting threads indexers ## cleanup dynparams
|
||||||
|
|
||||||
GST_PLUGIN_PATH = $(shell cd $(top_builddir) && pwd)
|
GST_PLUGIN_PATH = $(shell cd $(top_builddir) && pwd)
|
||||||
TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`/test-registry.xml
|
TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`/test-registry.xml
|
||||||
|
@ -23,7 +23,7 @@ AM_CFLAGS = $(GST_CFLAGS)
|
||||||
# we makes them, we gots to clean them
|
# we makes them, we gots to clean them
|
||||||
CLEANFILES = test-registry.xml elementstest-registry.xml
|
CLEANFILES = test-registry.xml elementstest-registry.xml
|
||||||
|
|
||||||
DIST_SUBDIRS = bytestream caps cleanup clock dynparams elements \
|
DIST_SUBDIRS = bytestream caps cleanup clock dynparams elements indexers \
|
||||||
plugin refcounting threads
|
plugin refcounting threads
|
||||||
|
|
||||||
EXTRA_DIST = gst-inspect-check
|
EXTRA_DIST = gst-inspect-check
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# FIXME : threads bytestream
|
# FIXME : threads bytestream
|
||||||
SUBDIRS = caps plugin elements clock refcounting threads ## cleanup dynparams
|
SUBDIRS = caps plugin elements clock refcounting threads indexers ## cleanup dynparams
|
||||||
|
|
||||||
GST_PLUGIN_PATH = $(shell cd $(top_builddir) && pwd)
|
GST_PLUGIN_PATH = $(shell cd $(top_builddir) && pwd)
|
||||||
TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`/test-registry.xml
|
TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`/test-registry.xml
|
||||||
|
@ -23,7 +23,7 @@ AM_CFLAGS = $(GST_CFLAGS)
|
||||||
# we makes them, we gots to clean them
|
# we makes them, we gots to clean them
|
||||||
CLEANFILES = test-registry.xml elementstest-registry.xml
|
CLEANFILES = test-registry.xml elementstest-registry.xml
|
||||||
|
|
||||||
DIST_SUBDIRS = bytestream caps cleanup clock dynparams elements \
|
DIST_SUBDIRS = bytestream caps cleanup clock dynparams elements indexers \
|
||||||
plugin refcounting threads
|
plugin refcounting threads
|
||||||
|
|
||||||
EXTRA_DIST = gst-inspect-check
|
EXTRA_DIST = gst-inspect-check
|
||||||
|
|
Loading…
Reference in a new issue