diff options
| author | Emilio Pozuelo Monfort <pochu@ubuntu.com> | 2009-05-24 22:55:16 +0300 |
|---|---|---|
| committer | Paul Pogonyshev <pogonyshev@gmx.net> | 2009-05-24 22:55:16 +0300 |
| commit | 82ad6b8c8ea4d6694126f5e0e67b826717e38f19 (patch) | |
| tree | c12dfe01e958c82687cc1b5391f2973badb1954d /gobject | |
| parent | 59da8cd24ea390b6c983995833ec6b0e5d028b35 (diff) | |
| download | pygobject-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 'gobject')
| -rw-r--r-- | gobject/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/Makefile.am b/gobject/Makefile.am index cab4e86..fa0ea20 100644 --- a/gobject/Makefile.am +++ b/gobject/Makefile.am @@ -42,7 +42,7 @@ _gobject_la_LDFLAGS = $(common_ldflags) -export-symbols-regex "_gobject|PyInit__ _gobject_la_LIBADD = \ $(GLIB_LIBS) \ $(FFI_LIBS) \ - $(top_builddir)/glib/libpyglib-2.0.la + $(top_builddir)/glib/libpyglib-2.0-@PYTHON_BASENAME@.la _gobject_la_SOURCES = \ gobjectmodule.c \ pygboxed.c \ |
