address resolution API implementation
[oweals/gnunet.git] / src / Makefile.am
index d533b758c7724a1c155fe8d5b614f64562f8d32e..4d63bc756b2fed23f3605a4a0f82d359d7fc5eb1 100644 (file)
@@ -7,20 +7,24 @@ 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 \
+  testing \
   $(HOSTLIST_DIR) \
-  topology 
-
+  topology \
+  $(NAT_DIR) \
+  fs