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