2006-06-23 Ross Burton <ross@openedhand.com>

* python/Makefile.am:
	Fix -avoid-version so we don't install clutter.so.0.0.0.
This commit is contained in:
Ross Burton 2006-06-23 08:28:04 +00:00
parent 70328d585f
commit b93f381c94
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-06-23 Ross Burton <ross@openedhand.com>
* python/Makefile.am:
Fix -avoid-version so we don't install clutter.so.0.0.0.
2006-06-22 Emmanuele Bassi <ebassi@openedhand.com>
* python/Makefile.am:

View File

@ -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;