- debug info
[oweals/gnunet.git] / src / Makefile.am
index 4eb5aeb19d29cacb1cb38bcbd2faa847ab0f23c1..8c107bf83495b253f2394d1c25d7a973c977ca08 100644 (file)
@@ -11,8 +11,14 @@ if HAVE_TESTING
 endif
 
 if HAVE_EXPERIMENTAL
- EXP_DIR = dv $(CONSENSUS) $(EXPERIMENTATION) 
-#note: scalarproduct is not being listed here yet as the crypto is being reworked at the moment
+ EXP_DIR = \
+  dv \
+  multicast \
+  env \
+  psyc \
+  $(CONSENSUS) \
+  $(EXPERIMENTATION)
+  # NOTE: scalarproduct is not being listed here yet as the crypto is being reworked at the moment
 endif
 
 if HAVE_MYSQL
@@ -23,7 +29,6 @@ if HAVE_POSTGRES
  POSTGRES_DIR = postgres
 endif
 
-
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
   util \
@@ -47,6 +52,7 @@ SUBDIRS = \
   peerinfo-tool \
   core \
   $(TESTBED) \
+  ats-tests \
   nse \
   dht \
   hostlist \
@@ -66,4 +72,3 @@ SUBDIRS = \
   pt \
   integration-tests \
   $(EXP_DIR) 
-