gstreamer/validate/tools/launcher/Makefile.am

19 lines
269 B
Makefile
Raw Normal View History

launcherdir = $(libdir)/gst-validate-launcher/python/launcher/
SUBDIRS = \
apps
launcher_PYTHON = \
baseclasses.py \
__init__.py \
loggable.py \
reporters.py \
main.py \
httpserver.py \
RangeHTTPServer.py \
utils.py
clean-local:
rm -rf *.pyc *.pyo