Binary files gst-python-0.10.3/gst/.Makefile.in.swp and gst-python-0.10.3-patched/gst/.Makefile.in.swp differ
--- gst-python-0.10.3/gst/Makefile.in	2006-03-21 16:11:33.000000000 -0500
+++ gst-python-0.10.3-patched/gst/Makefile.in	2006-03-23 22:10:19.000000000 -0500
@@ -127,7 +127,7 @@
 CXXDEPMODE = @CXXDEPMODE@
 CXXFLAGS = @CXXFLAGS@
 CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
+DEFS = @DEFS@ -DNO_IMPORT_PYGOBJECT
 DEPDIR = @DEPDIR@
 ECHO = @ECHO@
 ECHO_C = @ECHO_C@
--- gst-python-0.10.3/gst/common.h	2005-10-11 08:42:53.000000000 -0400
+++ gst-python-0.10.3-patched/gst/common.h	2006-03-23 22:09:17.000000000 -0500
@@ -54,7 +54,7 @@
     GstIterator *iter;
 } PyGstIterator;
 
-PyTypeObject PyGstIterator_Type;
+extern PyTypeObject PyGstIterator_Type;
 
 
 /* from gst-types.c */
--- gst-python-0.10.3/gst/pygstminiobject.h	2006-03-02 12:31:55.000000000 -0500
+++ gst-python-0.10.3-patched/gst/pygstminiobject.h	2006-03-23 22:08:53.000000000 -0500
@@ -45,7 +45,7 @@
 
 #ifndef _INSIDE_PYGSTMINIOBJECT_
 
-struct _PyGObject_Functions *_PyGObject_API;
+extern struct _PyGObject_Functions *_PyGObject_API;
 
 extern PyTypeObject PyGstMiniObject_Type;
 
