aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-28 05:25:49 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-28 05:25:49 +0100
commitcb130cc9dfc179e3b6cb9f19a7b559106efa3b33 (patch)
tree5533e70c06c8b837ad85281ca283068baec1f734 /src/Makefile.am
parent67935d7aa1090eed2eb00212741dcc4d13c0bb40 (diff)
downloadgnunet-cb130cc9dfc179e3b6cb9f19a7b559106efa3b33.tar.gz
gnunet-cb130cc9dfc179e3b6cb9f19a7b559106efa3b33.zip
fix sq logic, add to build
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 21d4ee818..e466cbc28 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -40,6 +40,10 @@ CONVERSATION_DIR = conversation
40endif 40endif
41endif 41endif
42 42
43if HAVE_SQLITE
44 SQLITE_DIR = sq
45endif
46
43if HAVE_MYSQL 47if HAVE_MYSQL
44 MYSQL_DIR = mysql my 48 MYSQL_DIR = mysql my
45endif 49endif
@@ -78,6 +82,7 @@ SUBDIRS = \
78 arm \ 82 arm \
79 $(TESTING) \ 83 $(TESTING) \
80 peerinfo \ 84 peerinfo \
85 $(SQLITE_DIR) \
81 $(MYSQL_DIR) \ 86 $(MYSQL_DIR) \
82 $(POSTGRES_DIR) \ 87 $(POSTGRES_DIR) \
83 datacache \ 88 datacache \