gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 83/208: test1521: fix out-of-tree builds, broken wi


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 83/208: test1521: fix out-of-tree builds, broken with 467da3af
Date: Wed, 09 Aug 2017 17:34:40 +0200

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

ng0 pushed a commit to annotated tag gnurl-7.55.0
in repository gnurl.

commit 77970f484da672df96bfea5f9a3b76db00a377dc
Author: Dan Fandrich <address@hidden>
AuthorDate: Thu Jun 29 21:34:05 2017 +0200

    test1521: fix out-of-tree builds, broken with 467da3af
    
    The test.h file is no longer in the same directory as the source file,
    so that directory needs to be added to the include path.
    
    Fixes #1627
    Closes #1628
---
 tests/libtest/Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/libtest/Makefile.inc b/tests/libtest/Makefile.inc
index 05a81d3c0..2a8dfc216 100644
--- a/tests/libtest/Makefile.inc
+++ b/tests/libtest/Makefile.inc
@@ -370,7 +370,7 @@ lib1520_SOURCES = lib1520.c $(SUPPORTFILES)
 lib1520_CPPFLAGS = $(AM_CPPFLAGS) -DLIB1520
 
 lib1521_SOURCES = lib1521.c $(SUPPORTFILES)
-lib1521_CPPFLAGS = $(AM_CPPFLAGS)
+lib1521_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)
 
 lib1525_SOURCES = lib1525.c $(SUPPORTFILES) $(TESTUTIL) $(WARNLESS)
 lib1525_LDADD = $(TESTUTIL_LIBS)

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



reply via email to

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