[pygobject/gsoc2009: 117/160] Clean a little bit



commit 3caf78859dc6ddcdace330dc28c26886dd2ca114
Author: Simon van der Linden <svdlinden src gnome org>
Date:   Wed Aug 5 23:42:31 2009 +0200

    Clean a little bit

 gi/Makefile.am |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)
---
diff --git a/gi/Makefile.am b/gi/Makefile.am
index a66e10d..f2ea927 100644
--- a/gi/Makefile.am
+++ b/gi/Makefile.am
@@ -24,13 +24,6 @@ pygi_PYTHON = \
 	importer.py \
 	__init__.py
 
-# gi overrides extension modules
-pygioverridesdir = $(pkgpyexecdir)/overrides
-
-# gi overrides scripts
-pygioverrides_PYTHON = \
-	$(srcdir)/overrides/
-
 # linker flags
 common_ldflags = -module -avoid-version
 if PLATFORM_WIN32
@@ -52,9 +45,9 @@ _gi_la_SOURCES = \
 	pygi-private.h \
 	gimodule.c
 
-if BUILD_GOBJECT_INTROSPECTION
 pygi_LTLIBRARIES = _gi.la
 
+if BUILD_GOBJECT_INTROSPECTION
 all: $(pygi_LTLIBRARIES:.la=.so)
 clean-local:
 	rm -f $(pygi_LTLIBRARIES:.la=.so)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]