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:
parent
70328d585f
commit
b93f381c94
@ -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>
|
2006-06-22 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
* python/Makefile.am:
|
* python/Makefile.am:
|
||||||
|
@ -72,7 +72,7 @@ clutter_la_LIBADD = $(PYTHON_LIBS) $(PYGTK_LIBS) \
|
|||||||
$(GST_LIBS) \
|
$(GST_LIBS) \
|
||||||
$(CLUTTER_LIBS) \
|
$(CLUTTER_LIBS) \
|
||||||
$(top_builddir)/clutter/libclutter-@CLUTTER_MAJORMINOR@.la
|
$(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
|
# Run this to update the API and then copy then newly generated
|
||||||
# definitions into clutter-base.defs and clutter-base-types.defs;
|
# definitions into clutter-base.defs and clutter-base-types.defs;
|
||||||
|
Loading…
Reference in New Issue
Block a user