aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-10-15 16:14:10 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-10-15 16:14:10 +0200
commit1696f388660bd2057f348183b2cdebcde255de6d (patch)
tree7130cb1dbc53deeea2f044028eb08601c48f6345 /src/Makefile.am
parentbb141384720641a94ea2fdcc39c33e126c45961b (diff)
downloadgnunet-1696f388660bd2057f348183b2cdebcde255de6d.tar.gz
gnunet-1696f388660bd2057f348183b2cdebcde255de6d.zip
-fix
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 19e1b2529..f98cb96df 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -55,7 +55,6 @@ SUBDIRS = \
55 block \ 55 block \
56 statistics \ 56 statistics \
57 arm \ 57 arm \
58 gnsrecord \
59 $(TESTING) \ 58 $(TESTING) \
60 $(JSON_DIR) \ 59 $(JSON_DIR) \
61 $(CURL_DIR) \ 60 $(CURL_DIR) \
@@ -84,6 +83,7 @@ SUBDIRS = \
84 regex \ 83 regex \
85 dns \ 84 dns \
86 identity \ 85 identity \
86 gnsrecord \
87 namecache \ 87 namecache \
88 namestore \ 88 namestore \
89 peerinfo-tool \ 89 peerinfo-tool \