aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 15:15:05 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 15:15:05 +0200
commit65dbd214b80664872f6514fdd663a30e405a6ad6 (patch)
tree532c259a19cad3fe3bf7d83f0dc1ec5bd48fb170 /src/Makefile.am
parent76299f0b66a3f8ce86df90171b450da6b9cd9b7c (diff)
downloadgnunet-65dbd214b80664872f6514fdd663a30e405a6ad6.tar.gz
gnunet-65dbd214b80664872f6514fdd663a30e405a6ad6.zip
BUILD: Move identity/rest components to service/rest-plugin
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index cf40834b6..757d2c1c1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -9,18 +9,15 @@ CONVERSATION_DIR = conversation
9endif 9endif
10endif 10endif
11 11
12REST_DIR = rest
13
14
15SUBDIRS = \ 12SUBDIRS = \
16 include $(INTLEMU_SUBDIRS) \ 13 include $(INTLEMU_SUBDIRS) \
17 lib \ 14 lib \
18 plugin \ 15 plugin \
19 service \ 16 service \
17 rest-plugin \
20 cli \ 18 cli \
21 contrib \ 19 contrib \
22 statistics \ 20 statistics \
23 $(REST_DIR) \
24 datacache \ 21 datacache \
25 datastore \ 22 datastore \
26 template \ 23 template \
@@ -34,7 +31,6 @@ SUBDIRS = \
34 topology \ 31 topology \
35 regex \ 32 regex \
36 dns \ 33 dns \
37 identity \
38 namecache \ 34 namecache \
39 namestore \ 35 namestore \
40 cadet \ 36 cadet \