aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-12-21 15:09:51 +0000
committerChristian Grothoff <christian@grothoff.org>2012-12-21 15:09:51 +0000
commit33a5d276ff045e45d05264a0c17a545ecd277548 (patch)
tree1c4e99feb6b73a77157f94e1a21af87d595dd07f /src/dht
parent999ab7de8d21c8bbcaac15d8fa9d1e2360f4b567 (diff)
downloadgnunet-33a5d276ff045e45d05264a0c17a545ecd277548.tar.gz
gnunet-33a5d276ff045e45d05264a0c17a545ecd277548.zip
-renaming testing-new.h to testing.h, bumping library versions
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/Makefile.am2
-rw-r--r--src/dht/test_dht_api.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am
index b6d3317eb..6bbc19188 100644
--- a/src/dht/Makefile.am
+++ b/src/dht/Makefile.am
@@ -32,7 +32,7 @@ libgnunetdht_la_LIBADD = \
32 $(LTLIBINTL) 32 $(LTLIBINTL)
33libgnunetdht_la_LDFLAGS = \ 33libgnunetdht_la_LDFLAGS = \
34 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 34 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
35 -version-info 1:1:1 35 -version-info 2:0:2
36 36
37 37
38plugin_LTLIBRARIES = \ 38plugin_LTLIBRARIES = \
diff --git a/src/dht/test_dht_api.c b/src/dht/test_dht_api.c
index 04a0cf26d..b1c39e893 100644
--- a/src/dht/test_dht_api.c
+++ b/src/dht/test_dht_api.c
@@ -27,7 +27,7 @@
27#include "platform.h" 27#include "platform.h"
28#include "gnunet_util_lib.h" 28#include "gnunet_util_lib.h"
29#include "gnunet_hello_lib.h" 29#include "gnunet_hello_lib.h"
30#include "gnunet_testing_lib-new.h" 30#include "gnunet_testing_lib.h"
31#include "gnunet_dht_service.h" 31#include "gnunet_dht_service.h"
32 32
33 33