aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2015-09-11 15:56:39 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2015-09-11 15:56:39 +0000
commitc8aace43c41d50e03bd28b6e696b33c1da8b6c4c (patch)
tree375181e89bd4f099e0a2039ed0962bf7cfd48131 /src/Makefile.am
parenta12f20bd4c621a7b5e88ca52830ad1bb74a8e2d8 (diff)
downloadgnunet-c8aace43c41d50e03bd28b6e696b33c1da8b6c4c.tar.gz
gnunet-c8aace43c41d50e03bd28b6e696b33c1da8b6c4c.zip
- move rest plugins into rest directory where they belong
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