address resolution API implementation
[oweals/gnunet.git] / src / Makefile.am
index c8852ad04033169c5e4b1b19fc4a02b1e174e3b6..4d63bc756b2fed23f3605a4a0f82d359d7fc5eb1 100644 (file)
@@ -2,16 +2,29 @@
 #  INTLEMU_SUBDIRS = intlemu
 #endif
 
+
+if HAVE_MHD
+ HOSTLIST_DIR = hostlist
+endif
+
+if !MINGW
+ NAT_DIR = nat
+endif
+
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
   util \
+  statistics \
   arm \
-  fragmentation \
   hello \
   peerinfo \
-  resolver \
-  statistics \
+  datacache \
+  datastore \
   template \
   transport \
-  core
-
+  core \
+  testing \
+  $(HOSTLIST_DIR) \
+  topology \
+  $(NAT_DIR) \
+  fs