moving peerstore out of experimental
authorOmar Tarabai <tarabai@devegypt.com>
Mon, 14 Jul 2014 17:51:48 +0000 (17:51 +0000)
committerOmar Tarabai <tarabai@devegypt.com>
Mon, 14 Jul 2014 17:51:48 +0000 (17:51 +0000)
src/Makefile.am

index dd8777c912f2a981b5aafa1a0269412e0f3bc9da..902c3290bb9ce6540a918381b43ac15dac6a5821 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
@@ -88,6 +86,7 @@ SUBDIRS = \
   vpn \
   gns \
   $(CONVERSATION_DIR) \
+  peerstore \
   fs \
   exit \
   pt \