-allow 'years' in time units, indentation and doxygen fixes
[oweals/gnunet.git] / src / Makefile.am
index cdfd5f3077e97bd12c953e65b65e09da98ad7401..8e3d02993f389b4c92656652c9f5311545f7d8e6 100644 (file)
@@ -27,7 +27,6 @@ if HAVE_EXPERIMENTAL
   $(SENSORDASHBOARD)
 endif
 
-
 if BUILD_PULSE_HELPERS
 CONVERSATION_DIR = conversation
 else
@@ -44,6 +43,16 @@ if HAVE_POSTGRESQL
  POSTGRES_DIR = postgres
 endif
 
+if HAVE_REST
+ REST_DIR = rest
+endif
+
+if TALER_ONLY
+SUBDIRS = \
+ include \
+ util
+else
+
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
   util \
@@ -56,6 +65,7 @@ SUBDIRS = \
   peerinfo \
   $(MYSQL_DIR) \
   $(POSTGRES_DIR) \
+  $(REST_DIR) \
   datacache \
   datastore \
   template \
@@ -67,6 +77,7 @@ SUBDIRS = \
   peerinfo-tool \
   core \
   $(TESTBED) \
+  ats-tests \
   nse \
   dht \
   hostlist \
@@ -91,4 +102,4 @@ SUBDIRS = \
   integration-tests \
   $(EXP_DIR)
 
-#  ats-tests
+endif