aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2018-09-27 16:50:35 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2018-09-27 16:50:35 +0200
commit2ed3bf05100cd96e0af326552d65a86c483626e0 (patch)
tree579cca52862f86b233a488353f0c3867c421a576 /src/Makefile.am
parentc0d1c79b4ba77ea37f0beca241644038bbaf26df (diff)
downloadgnunet-2ed3bf05100cd96e0af326552d65a86c483626e0.tar.gz
gnunet-2ed3bf05100cd96e0af326552d65a86c483626e0.zip
fix with exp
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 43b1004eb..18643e5df 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -126,9 +126,9 @@ SUBDIRS = \
126 exit \ 126 exit \
127 pt \ 127 pt \
128 secretsharing \ 128 secretsharing \
129 $(EXP_DIR) \
129 $(JSON_DIR) \ 130 $(JSON_DIR) \
130 $(REST_DIR) \ 131 $(REST_DIR) \
131 integration-tests \ 132 integration-tests \
132 $(EXP_DIR)
133 133
134endif 134endif