If 0 max search, use r5n dht
[oweals/gnunet.git] / src / Makefile.am
index dd8777c912f2a981b5aafa1a0269412e0f3bc9da..18f8aeef2de705d70b1e32eb4fcf504fe6073a55 100644 (file)
@@ -10,7 +10,6 @@ if HAVE_TESTING
  EXPERIMENTATION = experimentation
  SCALARPRODUCT = scalarproduct
  SENSOR = sensor
- PEERSTORE = peerstore
  SENSORDASHBOARD = sensordashboard
 endif
 
@@ -26,7 +25,6 @@ if HAVE_EXPERIMENTAL
   $(SECRETSHARING) \
   $(SCALARPRODUCT) \
   $(EXPERIMENTATION) \
-  $(PEERSTORE) \
   $(SENSOR) \
   $(SENSORDASHBOARD)
 endif
@@ -44,7 +42,7 @@ if HAVE_MYSQL
  MYSQL_DIR = mysql
 endif
 
-if HAVE_POSTGRES
+if HAVE_POSTGRESQL
  POSTGRES_DIR = postgres
 endif
 
@@ -88,6 +86,7 @@ SUBDIRS = \
   vpn \
   gns \
   $(CONVERSATION_DIR) \
+  peerstore \
   fs \
   exit \
   pt \