aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-05-12 10:37:06 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-05-12 10:37:06 +0200
commit2a4c30d56c3c0db72173df565d01ed3ef5577546 (patch)
tree7daa315f2344208107e761e883c8072a1b2e077a /src
parent70d7b7e9e628aee0c92125a9929f8ebed3a51f7e (diff)
downloadgnunet-2a4c30d56c3c0db72173df565d01ed3ef5577546.tar.gz
gnunet-2a4c30d56c3c0db72173df565d01ed3ef5577546.zip
forgot minor build changes
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 5ae328f9a..13cca2adc 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -59,6 +59,7 @@ endif
59if HAVE_MHD 59if HAVE_MHD
60if HAVE_JSON 60if HAVE_JSON
61 REST_DIR = rest 61 REST_DIR = rest
62 RECLAIM_DIR = reclaim-attribute reclaim
62endif 63endif
63endif 64endif
64 65
@@ -121,8 +122,7 @@ SUBDIRS = \
121 exit \ 122 exit \
122 pt \ 123 pt \
123 secretsharing \ 124 secretsharing \
124 reclaim-attribute \ 125 $(RECLAIM_DIR) \
125 reclaim \
126 $(EXP_DIR) \ 126 $(EXP_DIR) \
127 integration-tests 127 integration-tests
128 128