codecanalyzer: remove
[platform/upstream/gstreamer.git] / validate / launcher / Makefile.am
1 launcherdir = $(libdir)/gst-validate-launcher/python/launcher/
2
3 SUBDIRS = \
4         apps \
5         testsuites
6
7 launcher_PYTHON = \
8         baseclasses.py  \
9         __init__.py  \
10         loggable.py  \
11         reporters.py  \
12         main.py  \
13         httpserver.py  \
14         RangeHTTPServer.py  \
15         utils.py  \
16         vfb_server.py \
17         config.py
18
19 clean-local:
20         rm -rf *.pyc *.pyo
21