commit 254362f9b8511629cecd433ee260ff3d1e156c28
parent 02babcf349e9b80f4ff12893b4f8a78601c0e91c
Author: xrs <xrs@mail36.net>
Date: Sun, 12 Mar 2017 17:04:32 +0100
Merge branch 'master' of ssh://gnunet.org/gnunet
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git 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
@@ -9,7 +9,7 @@ if USE_COVERAGE
AM_CFLAGS = --coverage
endif
-if HAVE_POSTGRESQL
+if HAVE_SQLITE
lib_LTLIBRARIES = libgnunetsq.la
endif