diff --git a/bindings/ChangeLog b/bindings/ChangeLog index 529d84980..1ec69d5e8 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 c1224b886..b667a4b1a 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;