overrides: don't install our gi/overrides/__init__.py

We don't want to override the gi/overrides/__init__.py from pygobject
This commit is contained in:
Alessandro Decina 2012-10-15 08:58:59 +02:00
parent 93ab67c78b
commit 50db685aef

View file

@ -4,7 +4,7 @@ common_ldflags = -module -avoid-version
# We install everything in the gi/overrides folder
pygioverridesdir = $(PYGI_OVERRIDES_DIR)
pygioverrides_PYTHON = Gst.py __init__.py
pygioverrides_PYTHON = Gst.py
pygioverridesexecdir = $(PYGI_OVERRIDES_DIR)