X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fdht%2FMakefile.am;h=b6d3317eb7ee604313d4bcecc543abfec037c156;hb=2381efb4d1dd277a9a39d69a0a0fbc3368fdad4d;hp=e204f09f9d265ebc92349d0d98d69e650373fbf1;hpb=b8eba0f1435c1a1738e779ef0167df3961a1aa8d;p=oweals%2Fgnunet.git diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am index e204f09f9..b6d3317eb 100644 --- a/src/dht/Makefile.am +++ b/src/dht/Makefile.am @@ -32,7 +32,7 @@ libgnunetdht_la_LIBADD = \ $(LTLIBINTL) libgnunetdht_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) $(WINFLAGS) \ - -version-info 1:0:1 + -version-info 1:1:1 plugin_LTLIBRARIES = \ @@ -208,7 +208,6 @@ EXTRA_DIST = \ $(check_SCRIPTS) \ test_dht_api_data.conf \ test_dht_api_peer1.conf \ - test_dht_twopeer_data.conf \ test_dht_monitor.conf \ test_dht_multipeer.conf \ test_dht_2dtorus.conf \