gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 05/116: libtest: Add required test libraries for li


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 05/116: libtest: Add required test libraries for lib1552 and lib1553
Date: Tue, 05 Dec 2017 14:50:35 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 016c6a6abb525ffb9431a00a4eda6b70683f838e
Author: Paul Howarth <address@hidden>
AuthorDate: Mon Oct 23 18:51:36 2017 +0100

    libtest: Add required test libraries for lib1552 and lib1553
    
    They use $(TESTUTIL) and thus should use $(TESTUTIL_LIBS) too.
    
    This fixes build failures on Fedora 13.
    
    Closes #2006
---
 tests/libtest/Makefile.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/libtest/Makefile.inc b/tests/libtest/Makefile.inc
index 230416763..26e6e06c8 100644
--- a/tests/libtest/Makefile.inc
+++ b/tests/libtest/Makefile.inc
@@ -464,9 +464,11 @@ lib1551_SOURCES = lib1551.c $(SUPPORTFILES)
 lib1551_CPPFLAGS = $(AM_CPPFLAGS)
 
 lib1552_SOURCES = lib1552.c $(SUPPORTFILES) $(TESTUTIL)
+lib1552_LDADD = $(TESTUTIL_LIBS)
 lib1552_CPPFLAGS = $(AM_CPPFLAGS)
 
 lib1553_SOURCES = lib1553.c $(SUPPORTFILES) $(TESTUTIL)
+lib1553_LDADD = $(TESTUTIL_LIBS)
 lib1553_CPPFLAGS = $(AM_CPPFLAGS)
 
 lib1900_SOURCES = lib1900.c $(SUPPORTFILES) $(TESTUTIL) $(WARNLESS)

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]