aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 8e3d02993..ea3852cec 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -65,7 +65,6 @@ SUBDIRS = \
65 peerinfo \ 65 peerinfo \
66 $(MYSQL_DIR) \ 66 $(MYSQL_DIR) \
67 $(POSTGRES_DIR) \ 67 $(POSTGRES_DIR) \
68 $(REST_DIR) \
69 datacache \ 68 datacache \
70 datastore \ 69 datastore \
71 template \ 70 template \
@@ -99,6 +98,7 @@ SUBDIRS = \
99 fs \ 98 fs \
100 exit \ 99 exit \
101 pt \ 100 pt \
101 $(REST_DIR) \
102 integration-tests \ 102 integration-tests \
103 $(EXP_DIR) 103 $(EXP_DIR)
104 104