- ttl is deprecated, don't warn
[oweals/gnunet.git] / src / Makefile.am
index 94419d3270abc8010f89e1a74944d8c7bf772b5e..ae623bddc73d8ac2aa41b90695efe3ff7f5bdab7 100644 (file)
@@ -24,12 +24,7 @@ if HAVE_EXPERIMENTAL
   $(CONSENSUS) \
   $(SECRETSHARING) \
   $(SENSOR) \
-  $(SENSORDASHBOARD) \
-endif
-
-if HAVE_WACHS
-  WACHS_DIR = \
-    ats-tests
+  $(SENSORDASHBOARD)
 endif
 
 if BUILD_PULSE_HELPERS
@@ -48,6 +43,10 @@ if HAVE_POSTGRESQL
  POSTGRES_DIR = postgres
 endif
 
+if HAVE_REST
+ REST_DIR = rest
+endif
+
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
   util \
@@ -60,6 +59,7 @@ SUBDIRS = \
   peerinfo \
   $(MYSQL_DIR) \
   $(POSTGRES_DIR) \
+  $(REST_DIR) \
   datacache \
   datastore \
   template \
@@ -71,6 +71,7 @@ SUBDIRS = \
   peerinfo-tool \
   core \
   $(TESTBED) \
+  ats-tests \
   nse \
   dht \
   hostlist \
@@ -93,5 +94,4 @@ SUBDIRS = \
   exit \
   pt \
   integration-tests \
-  $(EXP_DIR) \
-  $(WACHS_DIR)
+  $(EXP_DIR)