doxygen fixes
[oweals/gnunet.git] / src / Makefile.am
index c30045c9b2967ad46d7754eefd7489170833b7ea..a01288078488f2e4168987958b26e2f13f17f922 100644 (file)
@@ -7,22 +7,25 @@ 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 \
+  peerinfo-tool \
   core \
   testing \
   $(HOSTLIST_DIR) \
   topology \
-  fs \
-  nat
-
+  $(NAT_DIR) \
+  fs