[beast] BSE: pybse: link Bse.la with $(PYTHON_LIBS)
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast] BSE: pybse: link Bse.la with $(PYTHON_LIBS)
- Date: Wed, 23 Mar 2016 09:54:56 +0000 (UTC)
commit becd629627acc05c4c9591791e5285b9e378f165
Author: Tim Janik <timj gnu org>
Date: Wed Mar 23 10:54:19 2016 +0100
BSE: pybse: link Bse.la with $(PYTHON_LIBS)
Signed-off-by: Tim Janik <timj gnu org>
bse/pybse/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bse/pybse/Makefile.am b/bse/pybse/Makefile.am
index 8e0101d..8bbd5b5 100644
--- a/bse/pybse/Makefile.am
+++ b/bse/pybse/Makefile.am
@@ -29,7 +29,7 @@ pymodules_LTLIBRARIES = Bse.la
nodist_Bse_la_SOURCES = Bse.cc # nodist_ forces build time generation
Bse_la_CXXFLAGS = $(PYTHON_CPPFLAGS) $(AM_CXXFLAGS) -I$(AIDASTDINC) -Wno-redundant-decls
-Wno-unused-function
Bse_la_LDFLAGS = $(PYTHON_LDFLAGS) $(AM_LDFLAGS) -no-undefined -module -avoid-version
-Bse_la_LIBADD = $(RAPICORN_LIBS) ../libbse- MAJOR@.la # $(top_builddir)/bse/libbse- MAJOR@.la
+Bse_la_LIBADD = $(RAPICORN_LIBS) ../libbse- MAJOR@.la $(PYTHON_LIBS)
EXTRA_DIST += Bse.pyx pysupport.hh
CLEANFILES += bseidlapi.pyx Bse.cc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]