support compatibility mode for DNS names in gnunet-gns
[oweals/gnunet.git] / src / Makefile.am
index 217aea54f718c4d5f4d57082d3561cf1c49b83d4..09d1761001a924e1e7bbd157c94666116e3e2972 100644 (file)
@@ -12,7 +12,7 @@ endif
 if HAVE_EXPERIMENTAL
  EXP_DIR = \
   rps \
-  credential
+  abd
 if HAVE_ABE
  EXP_DIR += \
   abe
@@ -23,7 +23,6 @@ if HAVE_JSON
 endif
 endif
 
-if HAVE_MHD
 if HAVE_JSON
   JSON_DIR = json
 if HAVE_LIBGNURL
@@ -34,6 +33,13 @@ if HAVE_LIBCURL
 endif
 endif
 endif
+
+if BUILD_PULSE_HELPERS
+CONVERSATION_DIR = conversation
+else
+if BUILD_GST_HELPERS
+CONVERSATION_DIR = conversation
+endif
 endif
 
 if HAVE_SQLITE
@@ -51,7 +57,9 @@ endif
 if HAVE_MHD
 if HAVE_JSON
  REST_DIR = rest
- RECLAIM_DIR = reclaim-attribute reclaim
+ RECLAIM_DIR = \
+  reclaim-attribute \
+  reclaim
 endif
 endif
 
@@ -109,7 +117,7 @@ SUBDIRS = \
   vpn \
   gns \
   zonemaster \
-  conversation \
+  $(CONVERSATION_DIR) \
   fs \
   exit \
   pt \