address resolution API implementation
[oweals/gnunet.git] / src / Makefile.am
index c30045c9b2967ad46d7754eefd7489170833b7ea..4d63bc756b2fed23f3605a4a0f82d359d7fc5eb1 100644 (file)
@@ -7,14 +7,17 @@ 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 \
@@ -23,6 +26,5 @@ SUBDIRS = \
   testing \
   $(HOSTLIST_DIR) \
   topology \
-  fs \
-  nat
-
+  $(NAT_DIR) \
+  fs