gstreamer/validate/launcher/Makefile.am

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