[beast] SFI: tests: fix testsfidl linkage missing sfi_init()
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast] SFI: tests: fix testsfidl linkage missing sfi_init()
- Date: Sun, 5 Feb 2017 17:41:58 +0000 (UTC)
commit 65a9aaab86f42c0db1af77ef4a8ff12a76e8f2f1
Author: Tim Janik <timj gnu org>
Date: Sun Dec 4 14:45:57 2016 +0100
SFI: tests: fix testsfidl linkage missing sfi_init()
Signed-off-by: Tim Janik <timj gnu org>
sfi/tests/Makefile.am | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/sfi/tests/Makefile.am b/sfi/tests/Makefile.am
index 04085bd..4fc4d4f 100644
--- a/sfi/tests/Makefile.am
+++ b/sfi/tests/Makefile.am
@@ -6,8 +6,7 @@ DEFS += @DEFINE__FILE_DIR__@ -DG_LOG_DOMAIN='"$(basename $(@F))"' -DPARANOID
AM_CXXFLAGS += $(SFI_CPPFLAGS) $(RAPICORN_CFLAGS) -DRAPICORN_CONVENIENCE
noinst_PROGRAMS = $(ALLTESTS)
-progs_nosfi_ldadd = $(LIBBSE_LIBS)
-progs_ldadd = $(top_builddir)/sfi/libsfi-@MAJOR@.la $(progs_nosfi_ldadd)
+progs_ldadd = $(top_builddir)/sfi/libsfi-@MAJOR@.la $(LIBBSE_LIBS)
SFIDL = $(top_builddir)/sfi/sfidl
# ring
@@ -30,7 +29,7 @@ $(srcdir)/testcxx.cc: testidl.h testidl.c
# testsfidl
TAPTESTS += testsfidl
testsfidl_SOURCES = testsfidl.cc
-testsfidl_LDADD = $(progs_nosfi_ldadd)
+testsfidl_LDADD = $(progs_ldadd)
$(srcdir)/testsfidl.cc: testidl.h testidl.c
# testidl (generation test)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]