-preparations for replacement of try_connect call
[oweals/gnunet.git] / src / Makefile.am
index 0452a4ad34e540c46aca181ac7a82b8003803a2a..76997918fa8768929c2a80a774e1bba013702fc5 100644 (file)
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
 #if WANT_FRAMEWORK
 #  INTLEMU_SUBDIRS = intlemu
 #endif
@@ -20,12 +21,15 @@ 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
@@ -43,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 \
@@ -90,3 +105,5 @@ SUBDIRS = \
   pt \
   integration-tests \
   $(EXP_DIR)
+
+endif