[libxml2] Fix a uneeded and wrong extra link parameter
- From: Daniel Veillard <veillard src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libxml2] Fix a uneeded and wrong extra link parameter
- Date: Sat, 30 Mar 2013 14:35:11 +0000 (UTC)
commit a5e513a55221fb85d0b474f6f79f26506e2e2c16
Author: Daniel Veillard <veillard redhat com>
Date: Fri Mar 29 14:36:15 2013 +0800
Fix a uneeded and wrong extra link parameter
python/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/python/Makefile.am b/python/Makefile.am
index 4a8b5d5..fdb00cd 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -24,7 +24,7 @@ AM_CPPFLAGS = \
python_LTLIBRARIES = libxml2mod.la
libxml2mod_la_SOURCES = libxml.c libxml_wrap.h libxml2-py.h libxml2-py.c types.c
-libxml2mod_la_LIBADD = $(top_builddir)/libxml2.la $(CYGWIN_EXTRA_PYTHON_LIBADD)
$(WIN32_EXTRA_PYTHON_LIBADD) $(PYTHON_LIBS) -lpython$(PYTHON_VERSION)
+libxml2mod_la_LIBADD = $(top_builddir)/libxml2.la $(CYGWIN_EXTRA_PYTHON_LIBADD)
$(WIN32_EXTRA_PYTHON_LIBADD) $(PYTHON_LIBS)
libxml2mod_la_LDFLAGS = $(CYGWIN_EXTRA_LDFLAGS) $(WIN32_EXTRA_LDFLAGS) -module -avoid-version
BUILT_SOURCES = libxml2-export.c libxml2-py.h libxml2-py.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]