[beast] BUILD: make beast build on systems which no longer use indirect linking
- From: Stefan Westerfeld <stw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast] BUILD: make beast build on systems which no longer use indirect linking
- Date: Wed, 16 Feb 2011 21:02:21 +0000 (UTC)
commit 9a670a14701c604ae9f4dd1c773e642d278e2710
Author: Stefan Westerfeld <stefan space twc de>
Date: Wed Feb 16 22:49:57 2011 +0100
BUILD: make beast build on systems which no longer use indirect linking
See also: https://fedoraproject.org/wiki/UnderstandingDSOLinkChange
bse/tests/Makefile.am | 2 +-
tests/Makefile.am | 2 +-
tests/bse/Makefile.am | 2 +-
tools/Makefile.am | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/bse/tests/Makefile.am b/bse/tests/Makefile.am
index 4cde8f1..174c578 100644
--- a/bse/tests/Makefile.am
+++ b/bse/tests/Makefile.am
@@ -13,7 +13,7 @@ DEFS += -DG_LOG_DOMAIN=\"BSE-TEST\" # -DG_DISABLE_CONST_RETURNS
EXTRA_DIST += arrows.gp filter-defs.gp
noinst_PROGRAMS = $(ALLTESTS)
-progs_ldadd = $(top_builddir)/bse/libbse.la
+progs_ldadd = $(top_builddir)/bse/libbse.la $(BSE_LIBS)
TESTS += misctests
misctests_SOURCES = misctests.cc
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 5062cf7..7e81db5 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -45,7 +45,7 @@ generated: clean-generated $(GENERATED)
# === test programs ===
noinst_PROGRAMS = $(ALLTESTS)
-progs_ldadd = $(top_builddir)/bse/libbse.la
+progs_ldadd = $(top_builddir)/bse/libbse.la $(BSE_LIBS)
# testwavechunk
TESTS += testwavechunk
diff --git a/tests/bse/Makefile.am b/tests/bse/Makefile.am
index 90d9428..02f7121 100644
--- a/tests/bse/Makefile.am
+++ b/tests/bse/Makefile.am
@@ -48,7 +48,7 @@ generated: clean-generated $(GENERATED)
# test programs
#
noinst_PROGRAMS = $(ALLTESTS)
-progs_ldadd = $(top_builddir)/bse/libbse.la
+progs_ldadd = $(top_builddir)/bse/libbse.la $(BSE_LIBS)
SLOWTESTS += cxxbinding
cxxbinding_SOURCES = cxxbinding.cc bsecxxapi.cc
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 697bba6..39d90e7 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -10,7 +10,7 @@ INCLUDES += -I$(top_srcdir) -I$(top_builddir) $(BSE_CFLAGS)
DEFS += -DG_LOG_DOMAIN=\"BSE-TOOLS\" -DG_DISABLE_CONST_RETURNS
noinst_PROGRAMS = $(ALLTESTS)
-progs_ldadd = $(top_builddir)/bse/libbse.la
+progs_ldadd = $(top_builddir)/bse/libbse.la $(BSE_LIBS)
#
# tools to build
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]