From b93f381c94095b70125a48f61e89c1ff468b0f73 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 23 Jun 2006 08:28:04 +0000 Subject: [PATCH] 2006-06-23 Ross Burton * python/Makefile.am: Fix -avoid-version so we don't install clutter.so.0.0.0. --- bindings/ChangeLog | 5 +++++ bindings/python/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bindings/ChangeLog b/bindings/ChangeLog index 529d849..1ec69d5 100644 --- a/bindings/ChangeLog +++ b/bindings/ChangeLog @@ -1,3 +1,8 @@ +2006-06-23 Ross Burton + + * python/Makefile.am: + Fix -avoid-version so we don't install clutter.so.0.0.0. + 2006-06-22 Emmanuele Bassi * python/Makefile.am: diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am index c1224b8..b667a4b 100644 --- a/bindings/python/Makefile.am +++ b/bindings/python/Makefile.am @@ -72,7 +72,7 @@ clutter_la_LIBADD = $(PYTHON_LIBS) $(PYGTK_LIBS) \ $(GST_LIBS) \ $(CLUTTER_LIBS) \ $(top_builddir)/clutter/libclutter-@CLUTTER_MAJORMINOR@.la -clutter_la_LDFLAGS = -module avoid-version -export-symbols-regex initclutter +clutter_la_LDFLAGS = -module -avoid-version -export-symbols-regex initclutter # Run this to update the API and then copy then newly generated # definitions into clutter-base.defs and clutter-base-types.defs; -- 2.7.4