commit 917a8c3c2615733c528888b2040702e373b031a9
Author: Olivier Crête <tes...@gentoo.org>
Date: Wed Apr 7 21:01:01 2010 +0200
[python] don't build useless static library
bindings/python/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am
index 22413cd..2dfe30c 100644
--- a/bindings/python/Makefile.am
+++ b/bindings/python/Makefile.am
@@ -41,7 +41,7 @@ nodist_gpod_PYTHON = gpod.py
gpod_LTLIBRARIES = _gpod.la
nodist__gpod_la_SOURCES = gpod_wrap.c
_gpod_la_CPPFLAGS = $(PYTHON_INCLUDES) $(LIBGPOD_CFLAGS) $(PYGOBJECT_CFLAGS)
$(INCLUDES)
-_gpod_la_LDFLAGS = -module -avoid-version
+_gpod_la_LDFLAGS = -module -avoid-version -shared
_gpod_la_LIBADD = $(LIBGPOD_LIBS) $(PYGOBJECT_LIBS)
$(top_builddir)/src/libgpod.la
gpod_doc.i: $(srcdir)/gpod_doc.i.in $(srcdir)/gtkdoc-to-swig.xsl
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
gtkpod-cvs2 mailing list
gtkpod-cvs2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2