aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2021-05-24 01:30:17 +0200
committerTheJackiMonster <thejackimonster@gmail.com>2021-06-11 13:47:57 +0200
commitd0eec6097f79c7fb3ea8b5d8bb0dcca1da1f85a6 (patch)
treec0cc57a0f066bc1d3c528323c33903038747eca8 /src/Makefile.am
parent2549225b825f34b0dfbe9f4a13f134963f3ba58d (diff)
downloadgnunet-d0eec6097f79c7fb3ea8b5d8bb0dcca1da1f85a6.tar.gz
gnunet-d0eec6097f79c7fb3ea8b5d8bb0dcca1da1f85a6.zip
-moved messenger service out of experimental
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -moved out of experimental, included protocol versions into ports and fixed byte-order of 32bit integers in messages Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 5fd00e3f5..07b9cf1e9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -8,8 +8,7 @@ endif
8 8
9if HAVE_EXPERIMENTAL 9if HAVE_EXPERIMENTAL
10 EXP_DIR = \ 10 EXP_DIR = \
11 rps \ 11 rps
12 messenger
13 #abd FTBFS 12 #abd FTBFS
14if HAVE_ABE 13if HAVE_ABE
15 EXP_DIR += \ 14 EXP_DIR += \
@@ -101,5 +100,6 @@ SUBDIRS = \
101 pt \ 100 pt \
102 secretsharing \ 101 secretsharing \
103 reclaim \ 102 reclaim \
103 messenger \
104 $(EXP_DIR) \ 104 $(EXP_DIR) \
105 integration-tests 105 integration-tests