doxygen fixes
[oweals/gnunet.git] / src / Makefile.am
index a394944d2c367c5a4421b4e3e7b159ffdb7101f9..a01288078488f2e4168987958b26e2f13f17f922 100644 (file)
@@ -7,23 +7,25 @@ if HAVE_MHD
  HOSTLIST_DIR = hostlist
 endif
 
+if !MINGW
+ NAT_DIR = nat
+endif
+
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
   util \
+  statistics \
   arm \
-  fragmentation \
   hello \
-  peer \
   peerinfo \
-  resolver \
-  statistics \
   datacache \
   datastore \
   template \
   transport \
+  peerinfo-tool \
   core \
   testing \
   $(HOSTLIST_DIR) \
   topology \
+  $(NAT_DIR) \
   fs
-