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