gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated (7d473d08b -> 48510e67c)


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated (7d473d08b -> 48510e67c)
Date: Sun, 12 Mar 2017 16:56:13 +0100

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

grothoff pushed a change to branch master
in repository gnunet.

    from 7d473d08b use new GNUNET_SQ_reset where applicable
     new 397cce0bb fix ftbfs
     new 48510e67c fix sq issue

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/cadet/cadet_test_lib.c | 2 +-
 src/sq/Makefile.am         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/cadet/cadet_test_lib.c b/src/cadet/cadet_test_lib.c
index c3a1540f4..b2131d49f 100644
--- a/src/cadet/cadet_test_lib.c
+++ b/src/cadet/cadet_test_lib.c
@@ -24,7 +24,7 @@
  */
 #include "platform.h"
 #include "gnunet_util_lib.h"
-#include "cadet_test_lib_new.h"
+#include "cadet_test_lib.h"
 #include "gnunet_cadet_service.h"
 
 
diff --git a/src/sq/Makefile.am b/src/sq/Makefile.am
index c5f80bcf6..cfccd89f6 100644
--- a/src/sq/Makefile.am
+++ b/src/sq/Makefile.am
@@ -9,7 +9,7 @@ if USE_COVERAGE
   AM_CFLAGS = --coverage
 endif
 
-if HAVE_POSTGRESQL
+if HAVE_SQLITE
 lib_LTLIBRARIES = libgnunetsq.la
 endif
 

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



reply via email to

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