-preparations for replacement of try_connect call
[oweals/gnunet.git] / src / Makefile.am
index 79730b0bb544f20604935e0144c721e571a6c292..76997918fa8768929c2a80a774e1bba013702fc5 100644 (file)
@@ -21,15 +21,14 @@ if HAVE_EXPERIMENTAL
   psyc \
   rps \
   social \
-  $(CONSENSUS) \
+       $(CONSENSUS) \
   $(SECRETSHARING) \
   $(SENSOR) \
   $(SENSORDASHBOARD)
 endif
 
-if HAVE_WACHS
-  WACHS_DIR = \
-    ats-tests
+if HAVE_REST
+       EXP_DIR += identity-token
 endif
 
 if BUILD_PULSE_HELPERS
@@ -52,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 \
@@ -64,7 +70,6 @@ SUBDIRS = \
   peerinfo \
   $(MYSQL_DIR) \
   $(POSTGRES_DIR) \
-  $(REST_DIR) \
   datacache \
   datastore \
   template \
@@ -76,6 +81,7 @@ SUBDIRS = \
   peerinfo-tool \
   core \
   $(TESTBED) \
+  ats-tests \
   nse \
   dht \
   hostlist \
@@ -98,5 +104,6 @@ SUBDIRS = \
   exit \
   pt \
   integration-tests \
-  $(EXP_DIR) \
-  $(WACHS_DIR)
+  $(EXP_DIR)
+
+endif