aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2015-03-11 12:54:22 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2015-03-11 12:54:22 +0000
commit86882d3e761fe639e833446ccfef8d31e0e42998 (patch)
tree0d7c054aed321dff8b3a0f469068e546bdfc7f2b /src/Makefile.am
parent4bbe44b460db015f8c784d4b699f6d381d2d96c3 (diff)
downloadgnunet-86882d3e761fe639e833446ccfef8d31e0e42998.tar.gz
gnunet-86882d3e761fe639e833446ccfef8d31e0e42998.zip
REST Service
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 0b4d24371..79730b0bb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -48,6 +48,10 @@ if HAVE_POSTGRESQL
48 POSTGRES_DIR = postgres 48 POSTGRES_DIR = postgres
49endif 49endif
50 50
51if HAVE_REST
52 REST_DIR = rest
53endif
54
51SUBDIRS = \ 55SUBDIRS = \
52 include $(INTLEMU_SUBDIRS) \ 56 include $(INTLEMU_SUBDIRS) \
53 util \ 57 util \
@@ -60,6 +64,7 @@ SUBDIRS = \
60 peerinfo \ 64 peerinfo \
61 $(MYSQL_DIR) \ 65 $(MYSQL_DIR) \
62 $(POSTGRES_DIR) \ 66 $(POSTGRES_DIR) \
67 $(REST_DIR) \
63 datacache \ 68 datacache \
64 datastore \ 69 datastore \
65 template \ 70 template \