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