View | Details | Raw Unified | Return to bug 10771
Collapse All | Expand All

(-)pygobject-2.12.2/gobject/Makefile.am.link (-1 / +1 lines)
Lines 21-27 Link Here
21
21
22
_gobject_la_CFLAGS = $(GLIB_CFLAGS)
22
_gobject_la_CFLAGS = $(GLIB_CFLAGS)
23
_gobject_la_LDFLAGS = $(common_ldflags) -export-symbols-regex init_gobject
23
_gobject_la_LDFLAGS = $(common_ldflags) -export-symbols-regex init_gobject
24
_gobject_la_LIBADD = $(GLIB_LIBS)
24
_gobject_la_LIBADD = $(GLIB_LIBS) -lpython$(PYTHON_VERSION)
25
_gobject_la_SOURCES = \
25
_gobject_la_SOURCES = \
26
	gobjectmodule.c \
26
	gobjectmodule.c \
27
	pygboxed.c \
27
	pygboxed.c \
(-)pygobject-2.12.2/gobject/Makefile.in.link (-1 / +1 lines)
Lines 233-239 Link Here
233
common_ldflags = -module -avoid-version $(am__append_1)
233
common_ldflags = -module -avoid-version $(am__append_1)
234
_gobject_la_CFLAGS = $(GLIB_CFLAGS) $(am__append_2)
234
_gobject_la_CFLAGS = $(GLIB_CFLAGS) $(am__append_2)
235
_gobject_la_LDFLAGS = $(common_ldflags) -export-symbols-regex init_gobject
235
_gobject_la_LDFLAGS = $(common_ldflags) -export-symbols-regex init_gobject
236
_gobject_la_LIBADD = $(GLIB_LIBS)
236
_gobject_la_LIBADD = $(GLIB_LIBS) -lpython$(PYTHON_VERSION)
237
_gobject_la_SOURCES = \
237
_gobject_la_SOURCES = \
238
	gobjectmodule.c \
238
	gobjectmodule.c \
239
	pygboxed.c \
239
	pygboxed.c \

Return to bug 10771