gstreamer/validate/tools/launcher/Makefile.am

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