-allow 'years' in time units, indentation and doxygen fixes
[oweals/gnunet.git] / src / Makefile.am
index 79730b0bb544f20604935e0144c721e571a6c292..8e3d02993f389b4c92656652c9f5311545f7d8e6 100644 (file)
@@ -27,11 +27,6 @@ if HAVE_EXPERIMENTAL
   $(SENSORDASHBOARD)
 endif
 
-if HAVE_WACHS
-  WACHS_DIR = \
-    ats-tests
-endif
-
 if BUILD_PULSE_HELPERS
 CONVERSATION_DIR = conversation
 else
@@ -52,6 +47,12 @@ if HAVE_REST
  REST_DIR = rest
 endif
 
+if TALER_ONLY
+SUBDIRS = \
+ include \
+ util
+else
+
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
   util \
@@ -76,6 +77,7 @@ SUBDIRS = \
   peerinfo-tool \
   core \
   $(TESTBED) \
+  ats-tests \
   nse \
   dht \
   hostlist \
@@ -98,5 +100,6 @@ SUBDIRS = \
   exit \
   pt \
   integration-tests \
-  $(EXP_DIR) \
-  $(WACHS_DIR)
+  $(EXP_DIR)
+
+endif