gstreamer/validate/launcher/Makefile.am
Edward Hervey 5656e2a1b2 Revert "validate:launcher: Add an app handler for unit tests described in meson"
This reverts commit a4aa5c60bb.

Does not work outside of gst-build (i.e. validate won't work when used either
installed, in a prefix, or in gst-uninstalled).
2017-01-02 17:21:14 +01:00

20 lines
300 B
Makefile

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 \
vfb_server.py \
config.py
clean-local:
rm -rf *.pyc *.pyo