address resolution API implementation
[oweals/gnunet.git] / src / Makefile.am
index 50d75916b7db9f8a6d168a7e0fba676edd1e28f8..4d63bc756b2fed23f3605a4a0f82d359d7fc5eb1 100644 (file)
@@ -7,21 +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 \
-  statistics \
   datacache \
   datastore \
   template \
   transport \
   core \
+  testing \
   $(HOSTLIST_DIR) \
   topology \
-  fs \
-  nat
-
+  $(NAT_DIR) \
+  fs