-preparations for replacement of try_connect call
[oweals/gnunet.git] / src / Makefile.am
index ea3852cec3b66d0fcf9f2f9916960c6a5cfe6b13..76997918fa8768929c2a80a774e1bba013702fc5 100644 (file)
@@ -21,12 +21,16 @@ if HAVE_EXPERIMENTAL
   psyc \
   rps \
   social \
-  $(CONSENSUS) \
+       $(CONSENSUS) \
   $(SECRETSHARING) \
   $(SENSOR) \
   $(SENSORDASHBOARD)
 endif
 
+if HAVE_REST
+       EXP_DIR += identity-token
+endif
+
 if BUILD_PULSE_HELPERS
 CONVERSATION_DIR = conversation
 else
@@ -56,6 +60,7 @@ else
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
   util \
+       $(REST_DIR) \
   hello \
   tun \
   block \
@@ -98,7 +103,6 @@ SUBDIRS = \
   fs \
   exit \
   pt \
-  $(REST_DIR) \
   integration-tests \
   $(EXP_DIR)