aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 13:49:14 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 13:49:14 +0200
commit5b2527d8d81f92e00a0835e3039a0a2eee0ee566 (patch)
tree2e1ccc44f46ca7dc675f4938eab0e5e8efaad793 /src/Makefile.am
parent84bbd6f1be6686b3c816ee5bb5c0c786ac193c6c (diff)
downloadgnunet-5b2527d8d81f92e00a0835e3039a0a2eee0ee566.tar.gz
gnunet-5b2527d8d81f92e00a0835e3039a0a2eee0ee566.zip
BUILD: Move json to lib
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 049d809ea..fdfcf9260 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -9,8 +9,6 @@ if HAVE_EXPERIMENTAL
9 auction 9 auction
10endif 10endif
11 11
12JSON_DIR = json
13
14if BUILD_PULSE_HELPERS 12if BUILD_PULSE_HELPERS
15CONVERSATION_DIR = conversation 13CONVERSATION_DIR = conversation
16else 14else
@@ -39,7 +37,6 @@ SUBDIRS = \
39 statistics \ 37 statistics \
40 arm \ 38 arm \
41 $(TESTING) \ 39 $(TESTING) \
42 $(JSON_DIR) \
43 $(REST_DIR) \ 40 $(REST_DIR) \
44 $(SQLITE_DIR) \ 41 $(SQLITE_DIR) \
45 $(POSTGRES_DIR) \ 42 $(POSTGRES_DIR) \