- ttl is deprecated, don't warn
[oweals/gnunet.git] / src / Makefile.am
index 83648ded2b88483bae74699e321b3ffc1ffae7a8..ae623bddc73d8ac2aa41b90695efe3ff7f5bdab7 100644 (file)
@@ -27,7 +27,6 @@ if HAVE_EXPERIMENTAL
   $(SENSORDASHBOARD)
 endif
 
-
 if BUILD_PULSE_HELPERS
 CONVERSATION_DIR = conversation
 else
@@ -44,6 +43,10 @@ if HAVE_POSTGRESQL
  POSTGRES_DIR = postgres
 endif
 
+if HAVE_REST
+ REST_DIR = rest
+endif
+
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
   util \
@@ -56,6 +59,7 @@ SUBDIRS = \
   peerinfo \
   $(MYSQL_DIR) \
   $(POSTGRES_DIR) \
+  $(REST_DIR) \
   datacache \
   datastore \
   template \