mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
16 lines
228 B
Makefile
16 lines
228 B
Makefile
launcherdir = $(libdir)/gst-validate-launcher/python/launcher/
|
|
|
|
SUBDIRS = \
|
|
apps
|
|
|
|
launcher_PYTHON = \
|
|
baseclasses.py \
|
|
__init__.py \
|
|
loggable.py \
|
|
reporters.py \
|
|
main.py \
|
|
utils.py
|
|
|
|
clean-local:
|
|
rm -rf *.pyc *.pyo
|
|
|