-allow 'years' in time units, indentation and doxygen fixes
[oweals/gnunet.git] / src / Makefile.am
index ae623bddc73d8ac2aa41b90695efe3ff7f5bdab7..8e3d02993f389b4c92656652c9f5311545f7d8e6 100644 (file)
@@ -47,6 +47,12 @@ if HAVE_REST
  REST_DIR = rest
 endif
 
+if TALER_ONLY
+SUBDIRS = \
+ include \
+ util
+else
+
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
   util \
@@ -95,3 +101,5 @@ SUBDIRS = \
   pt \
   integration-tests \
   $(EXP_DIR)
+
+endif