aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 13:53:00 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 13:53:00 +0200
commit00407f6a36880fda570604cf4e64858bb08a025b (patch)
tree99f4fbdac3dca9e3f44ef1181503182d1fb8a11d /src/Makefile.am
parent5b2527d8d81f92e00a0835e3039a0a2eee0ee566 (diff)
downloadgnunet-00407f6a36880fda570604cf4e64858bb08a025b.tar.gz
gnunet-00407f6a36880fda570604cf4e64858bb08a025b.zip
BUILD: Move pq/sq to lib
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index fdfcf9260..317caef67 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -17,13 +17,6 @@ CONVERSATION_DIR = conversation
17endif 17endif
18endif 18endif
19 19
20if HAVE_SQLITE
21 SQLITE_DIR = sq
22endif
23
24if HAVE_POSTGRESQL
25 POSTGRES_DIR = pq
26endif
27 20
28REST_DIR = rest 21REST_DIR = rest
29 22
@@ -38,8 +31,6 @@ SUBDIRS = \
38 arm \ 31 arm \
39 $(TESTING) \ 32 $(TESTING) \
40 $(REST_DIR) \ 33 $(REST_DIR) \
41 $(SQLITE_DIR) \
42 $(POSTGRES_DIR) \
43 datacache \ 34 datacache \
44 datastore \ 35 datastore \
45 template \ 36 template \