[gnome-python-extras] Don't link gda.so with libpython
- From: Josselin Mouette <jmouette src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-python-extras] Don't link gda.so with libpython
- Date: Mon, 27 Sep 2010 10:34:05 +0000 (UTC)
commit f506f58926315c65b3a8c8964ad71069bb7fd768
Author: Josselin Mouette <joss debian org>
Date: Mon Sep 27 12:33:14 2010 +0200
Don't link gda.so with libpython
Bug #630713
gda/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gda/Makefile.am b/gda/Makefile.am
index 48092f1..8ac68ef 100644
--- a/gda/Makefile.am
+++ b/gda/Makefile.am
@@ -34,7 +34,7 @@ gda_la_CFLAGS = $(GDA_CFLAGS)
gda_la_LDFLAGS = $(common_ldflags)
# gda_la_LDFLAGS = $(common_ldflags) -export-symbols-regex initgda
-gda_la_LIBADD = $(GDA_LIBS) $(PYTHON_LDFLAGS)
+gda_la_LIBADD = $(GDA_LIBS)
gda_la_SOURCES = gdamodule.c pygdavalue_conversions.c pygdavalue_conversions.h gdaglue.h
argtypesdir = $(datadir)/pygtk/2.0/argtypes
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]