-preparations for replacement of try_connect call
[oweals/gnunet.git] / src / Makefile.am
index ae623bddc73d8ac2aa41b90695efe3ff7f5bdab7..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
@@ -47,9 +51,16 @@ if HAVE_REST
  REST_DIR = rest
 endif
 
+if TALER_ONLY
+SUBDIRS = \
+ include \
+ util
+else
+
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
   util \
+       $(REST_DIR) \
   hello \
   tun \
   block \
@@ -59,7 +70,6 @@ SUBDIRS = \
   peerinfo \
   $(MYSQL_DIR) \
   $(POSTGRES_DIR) \
-  $(REST_DIR) \
   datacache \
   datastore \
   template \
@@ -95,3 +105,5 @@ SUBDIRS = \
   pt \
   integration-tests \
   $(EXP_DIR)
+
+endif