aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2013-09-16 16:05:58 +0000
committerGabor X Toth <*@tg-x.net>2013-09-16 16:05:58 +0000
commit6ea3d4aca0abfd35bfba6759c1655cbac057b68f (patch)
tree751b7da8be68b20cf6bbe03ec7540f9dd4cfc44b /src/Makefile.am
parent31e0571c997c8adbeaff9d48550290d7e7379434 (diff)
downloadgnunet-6ea3d4aca0abfd35bfba6759c1655cbac057b68f.tar.gz
gnunet-6ea3d4aca0abfd35bfba6759c1655cbac057b68f.zip
psyc service skeleton
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c2a64918f..1ef92db41 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -11,8 +11,13 @@ if HAVE_TESTING
11endif 11endif
12 12
13if HAVE_EXPERIMENTAL 13if HAVE_EXPERIMENTAL
14 EXP_DIR = dv multicast $(CONSENSUS) $(EXPERIMENTATION) 14 EXP_DIR = \
15#note: scalarproduct is not being listed here yet as the crypto is being reworked at the moment 15 dv \
16 multicast \
17 psyc \
18 $(CONSENSUS) \
19 $(EXPERIMENTATION)
20 # NOTE: scalarproduct is not being listed here yet as the crypto is being reworked at the moment
16endif 21endif
17 22
18if HAVE_MYSQL 23if HAVE_MYSQL
@@ -23,7 +28,6 @@ if HAVE_POSTGRES
23 POSTGRES_DIR = postgres 28 POSTGRES_DIR = postgres
24endif 29endif
25 30
26
27SUBDIRS = \ 31SUBDIRS = \
28 include $(INTLEMU_SUBDIRS) \ 32 include $(INTLEMU_SUBDIRS) \
29 util \ 33 util \
@@ -67,4 +71,3 @@ SUBDIRS = \
67 pt \ 71 pt \
68 integration-tests \ 72 integration-tests \
69 $(EXP_DIR) 73 $(EXP_DIR)
70