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
This commit is contained in:
Young Han Lee 2015-03-31 09:20:05 +09:00 committed by Thibault Saunier
parent 4725f4ec09
commit 75205828c7

View file

@ -11,7 +11,8 @@ launcher_PYTHON = \
main.py \ main.py \
httpserver.py \ httpserver.py \
RangeHTTPServer.py \ RangeHTTPServer.py \
utils.py utils.py \
config.py
clean-local: clean-local:
rm -rf *.pyc *.pyo rm -rf *.pyc *.pyo