gstreamer/validate/launcher/Makefile.am
Young Han Lee 75205828c7 validate:launcher: Install config.py for non-development mode
Running installed gst-validate-launcher aborted with the following error.

File "lib/gst-validate-launcher/python/launcher/baseclasses.py", line 28, in <module>
  import config
ImportError: No module named config

This is because config.py is added but not installed
in ba6d209b3f.

https://bugzilla.gnome.org/show_bug.cgi?id=747087
2015-03-31 09:29:16 +02:00

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