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