mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
0ee2147137
This reverts commit 5656e2a1b2
.
21 lines
314 B
Makefile
21 lines
314 B
Makefile
launcherdir = $(libdir)/gst-validate-launcher/python/launcher/
|
|
|
|
SUBDIRS = \
|
|
apps \
|
|
testsuites
|
|
|
|
launcher_PYTHON = \
|
|
baseclasses.py \
|
|
__init__.py \
|
|
loggable.py \
|
|
reporters.py \
|
|
main.py \
|
|
httpserver.py \
|
|
RangeHTTPServer.py \
|
|
utils.py \
|
|
vfb_server.py \
|
|
config.py
|
|
|
|
clean-local:
|
|
rm -rf *.pyc *.pyo
|
|
|