adding a GNUNET_memcmp_priv for constant-time comparing of data; fixes #6152 (modulo...
[oweals/gnunet.git] / src / Makefile.am
index 1bcc1ae7b150db3885a45553d228edddce518547..e1d73ab01999b56707e3872f53e32a5dcd209807 100644 (file)
@@ -60,18 +60,11 @@ if HAVE_MHD
 if HAVE_JSON
  REST_DIR = rest
  RECLAIM_DIR = \
-  reclaim-attribute \
   reclaim
 endif
 endif
 
 
-if TALER_ONLY
-SUBDIRS = \
- include \
- util
-else
-
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
   util \
@@ -128,5 +121,3 @@ SUBDIRS = \
   $(RECLAIM_DIR) \
   $(EXP_DIR) \
   integration-tests
-
-endif