aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 13:37:38 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 13:37:38 +0200
commit9ef4abad615bea12d13be542b8ae5fbeb2dfee32 (patch)
tree8875a687e004d331c9ea6a1d511a328c72b88113 /src/Makefile.am
parente95236b3ed78cd597c15f34b89385295702b627f (diff)
downloadgnunet-9ef4abad615bea12d13be542b8ae5fbeb2dfee32.tar.gz
gnunet-9ef4abad615bea12d13be542b8ae5fbeb2dfee32.zip
NEWS: Refactoring components under src/ into lib/, plugin/, cli/ and service/
This also includes a necessary API refactoring of crypto from IDENTITY to UTIL.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 2112bfca8..3746c6b19 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -33,9 +33,10 @@ REST_DIR = rest
33 33
34SUBDIRS = \ 34SUBDIRS = \
35 include $(INTLEMU_SUBDIRS) \ 35 include $(INTLEMU_SUBDIRS) \
36 util \ 36 lib \
37 hello \ 37 plugin \
38 block \ 38 service \
39 cli \
39 statistics \ 40 statistics \
40 arm \ 41 arm \
41 $(TESTING) \ 42 $(TESTING) \
@@ -60,7 +61,6 @@ SUBDIRS = \
60 regex \ 61 regex \
61 dns \ 62 dns \
62 identity \ 63 identity \
63 gnsrecord \
64 namecache \ 64 namecache \
65 namestore \ 65 namestore \
66 cadet \ 66 cadet \