aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
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 \