fix use-after-free on exit
[oweals/gnunet.git] / src / Makefile.am
index 9796f037666d2a9084c2497775c95765a0949d5f..cdfd5f3077e97bd12c953e65b65e09da98ad7401 100644 (file)
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
 #if WANT_FRAMEWORK
 #  INTLEMU_SUBDIRS = intlemu
 #endif
@@ -7,8 +8,8 @@ if HAVE_TESTING
  TESTBED = testbed
  CONSENSUS = consensus
  SECRETSHARING = secretsharing
- EXPERIMENTATION = experimentation
- SCALARPRODUCT = scalarproduct
+ SENSOR = sensor
+ SENSORDASHBOARD = sensordashboard
 endif
 
 if HAVE_EXPERIMENTAL
@@ -18,10 +19,12 @@ if HAVE_EXPERIMENTAL
   env \
   psycstore \
   psyc \
+  rps \
+  social \
   $(CONSENSUS) \
   $(SECRETSHARING) \
-  $(SCALARPRODUCT) \
-  $(EXPERIMENTATION)
+  $(SENSOR) \
+  $(SENSORDASHBOARD)
 endif
 
 
@@ -37,7 +40,7 @@ if HAVE_MYSQL
  MYSQL_DIR = mysql
 endif
 
-if HAVE_POSTGRES
+if HAVE_POSTGRESQL
  POSTGRES_DIR = postgres
 endif
 
@@ -64,16 +67,16 @@ SUBDIRS = \
   peerinfo-tool \
   core \
   $(TESTBED) \
-  ats-tests \
   nse \
   dht \
   hostlist \
   topology \
   regex \
-  mesh \
+  cadet \
   dns \
   identity \
   set \
+  scalarproduct \
   revocation \
   gnsrecord \
   namecache \
@@ -81,8 +84,11 @@ SUBDIRS = \
   vpn \
   gns \
   $(CONVERSATION_DIR) \
+  peerstore \
   fs \
   exit \
   pt \
   integration-tests \
   $(EXP_DIR)
+
+#  ats-tests