- debug info
[oweals/gnunet.git] / src / Makefile.am
index c2a64918fe5676418f720bedef3d8e62e65c117d..8c107bf83495b253f2394d1c25d7a973c977ca08 100644 (file)
@@ -11,8 +11,14 @@ if HAVE_TESTING
 endif
 
 if HAVE_EXPERIMENTAL
- EXP_DIR = dv multicast $(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 \
@@ -67,4 +72,3 @@ SUBDIRS = \
   pt \
   integration-tests \
   $(EXP_DIR) 
-