support compatibility mode for DNS names in gnunet-gns
[oweals/gnunet.git] / src / Makefile.am
index 4e0a5ba94642980147366b3a5197bafae99817c7..09d1761001a924e1e7bbd157c94666116e3e2972 100644 (file)
@@ -11,13 +11,15 @@ endif
 
 if HAVE_EXPERIMENTAL
  EXP_DIR = \
-  dv \
-  rps
+  rps \
+  abd
+if HAVE_ABE
+ EXP_DIR += \
+  abe
 endif
-
 if HAVE_JSON
-if HAVE_MHD
-  PROVIDER_DIR = identity-provider
+ EXP_DIR += \
+  auction
 endif
 endif
 
@@ -49,19 +51,18 @@ if HAVE_MYSQL
 endif
 
 if HAVE_POSTGRESQL
- POSTGRES_DIR = pq 
+ POSTGRES_DIR = pq
 endif
 
 if HAVE_MHD
- REST_DIR = rest
 if HAVE_JSON
- JSONAPI_DIR = jsonapi
+ REST_DIR = rest
+ RECLAIM_DIR = \
+  reclaim-attribute \
+  reclaim
 endif
 endif
 
-if HAVE_JSON
-  AUCTION_DIR = auction
-endif
 
 if TALER_ONLY
 SUBDIRS = \
@@ -72,15 +73,15 @@ else
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
   util \
-  $(JSON_DIR) \
-  $(REST_DIR) \
-  $(JSONAPI_DIR) \
+  nt \
+  gnsrecord \
   hello \
-  tun \
   block \
   statistics \
   arm \
   $(TESTING) \
+  $(JSON_DIR) \
+  $(REST_DIR) \
   peerinfo \
   $(SQLITE_DIR) \
   $(MYSQL_DIR) \
@@ -88,6 +89,7 @@ SUBDIRS = \
   datacache \
   datastore \
   template \
+  peerstore \
   ats \
   nat \
   nat-auto \
@@ -105,10 +107,8 @@ SUBDIRS = \
   regex \
   dns \
   identity \
-  gnsrecord \
   namecache \
   namestore \
-  peerstore \
   cadet \
   set \
   consensus \
@@ -122,14 +122,8 @@ SUBDIRS = \
   exit \
   pt \
   secretsharing \
-  integration-tests \
-  multicast \
-  psycutil \
-  psycstore \
-  psyc \
-  social \
-  $(AUCTION_DIR) \
+  $(RECLAIM_DIR) \
   $(EXP_DIR) \
-  $(PROVIDER_DIR)
+  integration-tests
 
 endif