aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 13:43:12 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 13:43:12 +0200
commit84bbd6f1be6686b3c816ee5bb5c0c786ac193c6c (patch)
tree979b0bda44513d2391ae9f575ed834a4146f08c6 /src/Makefile.am
parent9ef4abad615bea12d13be542b8ae5fbeb2dfee32 (diff)
downloadgnunet-84bbd6f1be6686b3c816ee5bb5c0c786ac193c6c.tar.gz
gnunet-84bbd6f1be6686b3c816ee5bb5c0c786ac193c6c.zip
BUILD: Move curl to lib
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3746c6b19..049d809ea 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -10,7 +10,6 @@ if HAVE_EXPERIMENTAL
10endif 10endif
11 11
12JSON_DIR = json 12JSON_DIR = json
13CURL_DIR = curl
14 13
15if BUILD_PULSE_HELPERS 14if BUILD_PULSE_HELPERS
16CONVERSATION_DIR = conversation 15CONVERSATION_DIR = conversation
@@ -41,7 +40,6 @@ SUBDIRS = \
41 arm \ 40 arm \
42 $(TESTING) \ 41 $(TESTING) \
43 $(JSON_DIR) \ 42 $(JSON_DIR) \
44 $(CURL_DIR) \
45 $(REST_DIR) \ 43 $(REST_DIR) \
46 $(SQLITE_DIR) \ 44 $(SQLITE_DIR) \
47 $(POSTGRES_DIR) \ 45 $(POSTGRES_DIR) \