aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-21 09:43:54 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-21 09:43:54 +0000
commit3343e64659d6e8ff5ed6a74faac7226e55fc1c55 (patch)
tree0e4a00025d80fd39e043019dccbd67f8c483328d /src/Makefile.am
parent422593416288a25c3fa062fffd81525aa50830d0 (diff)
downloadgnunet-3343e64659d6e8ff5ed6a74faac7226e55fc1c55.tar.gz
gnunet-3343e64659d6e8ff5ed6a74faac7226e55fc1c55.zip
creating mysql helper library for the various mysql backends
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 f1b9c22b5..06b2aedc4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -11,6 +11,10 @@ if LINUX
11 LINUX_DIR = dns gns exit vpn pt 11 LINUX_DIR = dns gns exit vpn pt
12endif 12endif
13 13
14if HAVE_MYSQL
15 MYSQL_DIR = mysql
16endif
17
14 18
15SUBDIRS = \ 19SUBDIRS = \
16 include $(INTLEMU_SUBDIRS) \ 20 include $(INTLEMU_SUBDIRS) \
@@ -21,6 +25,7 @@ SUBDIRS = \
21 statistics \ 25 statistics \
22 arm \ 26 arm \
23 peerinfo \ 27 peerinfo \
28 $(MYSQL_DIR) \
24 datacache \ 29 datacache \
25 datastore \ 30 datastore \
26 namestore \ 31 namestore \