aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-22 18:47:07 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-22 18:47:07 +0000
commit4c01d543d10a24b30e279cdb061d9ebe459cdcaf (patch)
tree3ccec82f8e23c009e7366f421dbfacbf43e01055 /src/Makefile.am
parent84b6e8491d8712f772a2297d59b2a1f4f21427fa (diff)
downloadgnunet-4c01d543d10a24b30e279cdb061d9ebe459cdcaf.tar.gz
gnunet-4c01d543d10a24b30e279cdb061d9ebe459cdcaf.zip
adding libgnunetpostgres for shared postgres functionality between postgres datastore/datacache 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 06b2aedc4..fc9518558 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -15,6 +15,10 @@ if HAVE_MYSQL
15 MYSQL_DIR = mysql 15 MYSQL_DIR = mysql
16endif 16endif
17 17
18if HAVE_POSTGRES
19 POSTGRES_DIR = postgres
20endif
21
18 22
19SUBDIRS = \ 23SUBDIRS = \
20 include $(INTLEMU_SUBDIRS) \ 24 include $(INTLEMU_SUBDIRS) \
@@ -26,6 +30,7 @@ SUBDIRS = \
26 arm \ 30 arm \
27 peerinfo \ 31 peerinfo \
28 $(MYSQL_DIR) \ 32 $(MYSQL_DIR) \
33 $(POSTGRES_DIR) \
29 datacache \ 34 datacache \
30 datastore \ 35 datastore \
31 namestore \ 36 namestore \