summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2011-04-02 22:44:49 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2011-04-02 22:44:49 -0400
commit19dd03800c5bc4061bf567a0582fd942fc87371e (patch)
treea5411e26c8766261aa11a3e2ca8d0051d1ee06ea
parent8352e07355d563f5903f4a9e31fc64fb50794125 (diff)
python: Don't link to libpython
Some distributions (Debian) link libpython statically into the python interpreter
-rw-r--r--python/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/python/Makefile.am b/python/Makefile.am
index 5b6f2e0..7349a64 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -29,9 +29,7 @@ tpfarsight_la_LIBADD = \
$(PYTPFARSIGHT_LIBS) \
$(top_builddir)/telepathy-farsight/libtelepathy-farsight.la
-tpfarsight_la_LDFLAGS = \
- `python-config --libs` \
- -module -avoid-version
+tpfarsight_la_LDFLAGS = -module -avoid-version
pytpfarsight.c: pytpfarsight.override pytpfarsight.defs
$(PYTHON) $(top_srcdir)/python/codegen/codegen.py \