-only trigger check config if we actually need it
[oweals/gnunet.git] / src / dht / Makefile.am
index fd34f7d9c52fe530a13b84ab979ecf93fbbcc59e..f44721094a8b3bfd479d43cea68038c917b2d918 100644 (file)
@@ -29,7 +29,7 @@ libgnunetdht_la_LIBADD = \
   $(LTLIBINTL)
 libgnunetdht_la_LDFLAGS = \
   $(GN_LIB_LDFLAGS) $(WINFLAGS) \
-  -version-info 2:0:2
+  -version-info 3:0:0
 
 
 plugin_LTLIBRARIES = \
@@ -47,9 +47,13 @@ libgnunet_plugin_block_dht_la_LDFLAGS = \
 
 
 libexec_PROGRAMS = \
- gnunet-service-dht \
- gnunet-service-dht-xvine 
-# gnunet-service-dht-whanau
+ gnunet-service-dht
+
+if HAVE_EXPERIMENTAL
+libexec_PROGRAMS += \
+ gnunet-service-dht-xvine \
+ gnunet-service-dht-whanau
+endif
 
 noinst_PROGRAMS = \
  gnunet-dht-monitor \