summaryrefslogtreecommitdiffstats
path: root/gio
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <pochu@ubuntu.com>2009-05-24 22:55:16 +0300
committerPaul Pogonyshev <pogonyshev@gmx.net>2009-05-24 22:55:16 +0300
commit82ad6b8c8ea4d6694126f5e0e67b826717e38f19 (patch)
treec12dfe01e958c82687cc1b5391f2973badb1954d /gio
parent59da8cd24ea390b6c983995833ec6b0e5d028b35 (diff)
downloadpygobject-82ad6b8c8ea4d6694126f5e0e67b826717e38f19.tar.gz
pygobject-82ad6b8c8ea4d6694126f5e0e67b826717e38f19.tar.xz
pygobject-82ad6b8c8ea4d6694126f5e0e67b826717e38f19.zip
Add Python version into installed libpyglib name
Do this now, while no-one (as far as we know) links to the library besides PyGObject itself. Bug #550235.
Diffstat (limited to 'gio')
-rw-r--r--gio/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/Makefile.am b/gio/Makefile.am
index 48b7a97..b430b8e 100644
--- a/gio/Makefile.am
+++ b/gio/Makefile.am
@@ -56,7 +56,7 @@ EXTRA_DIST += $(GIO_DEFS) $(GIO_OVERRIDES)
gio.c: $(GIO_DEFS) $(GIO_OVERRIDES)
_gio_la_CFLAGS = $(GIO_CFLAGS)
_gio_la_LDFLAGS = $(common_ldflags) -export-symbols-regex init_gio
-_gio_la_LIBADD = $(GIO_LIBS) $(top_builddir)/glib/libpyglib-2.0.la
+_gio_la_LIBADD = $(GIO_LIBS) $(top_builddir)/glib/libpyglib-2.0-@PYTHON_BASENAME@.la
_gio_la_SOURCES = \
giomodule.c \
pygio-utils.c \