--- pygobject-2.12.2/gobject/Makefile.am.link 2006-10-03 18:03:43 +0400 +++ pygobject-2.12.2/gobject/Makefile.am 2007-02-05 12:19:59 +0300 @@ -21,7 +21,7 @@ _gobject_la_CFLAGS = $(GLIB_CFLAGS) _gobject_la_LDFLAGS = $(common_ldflags) -export-symbols-regex init_gobject -_gobject_la_LIBADD = $(GLIB_LIBS) +_gobject_la_LIBADD = $(GLIB_LIBS) -lpython$(PYTHON_VERSION) _gobject_la_SOURCES = \ gobjectmodule.c \ pygboxed.c \ --- pygobject-2.12.2/gobject/Makefile.in.link 2006-10-04 00:25:28 +0400 +++ pygobject-2.12.2/gobject/Makefile.in 2007-02-05 12:24:03 +0300 @@ -233,7 +233,7 @@ common_ldflags = -module -avoid-version $(am__append_1) _gobject_la_CFLAGS = $(GLIB_CFLAGS) $(am__append_2) _gobject_la_LDFLAGS = $(common_ldflags) -export-symbols-regex init_gobject -_gobject_la_LIBADD = $(GLIB_LIBS) +_gobject_la_LIBADD = $(GLIB_LIBS) -lpython$(PYTHON_VERSION) _gobject_la_SOURCES = \ gobjectmodule.c \ pygboxed.c \