overrides: don't install our gi/overrides/__init__.py
authorAlessandro Decina <alessandro.d@gmail.com>
Mon, 15 Oct 2012 06:58:59 +0000 (08:58 +0200)
committerAlessandro Decina <alessandro.d@gmail.com>
Mon, 15 Oct 2012 07:28:57 +0000 (09:28 +0200)
We don't want to override the gi/overrides/__init__.py from pygobject

gi/overrides/Makefile.am

index 3f97382..c3e6f3e 100644 (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)