-preparations for replacement of try_connect call
[oweals/gnunet.git] / src / Makefile.am
index 0b4d2437196df802d991301ccba715f4d44210b8..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
@@ -48,9 +47,20 @@ if HAVE_POSTGRESQL
  POSTGRES_DIR = postgres
 endif
 
+if HAVE_REST
+ REST_DIR = rest
+endif
+
+if TALER_ONLY
+SUBDIRS = \
+ include \
+ util
+else
+
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
   util \
+       $(REST_DIR) \
   hello \
   tun \
   block \
@@ -71,6 +81,7 @@ SUBDIRS = \
   peerinfo-tool \
   core \
   $(TESTBED) \
+  ats-tests \
   nse \
   dht \
   hostlist \
@@ -93,5 +104,6 @@ SUBDIRS = \
   exit \
   pt \
   integration-tests \
-  $(EXP_DIR) \
-  $(WACHS_DIR)
+  $(EXP_DIR)
+
+endif