projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dce2a3
)
readd reclaim
author
Schanzenbach, Martin
<mschanzenbach@posteo.de>
Mon, 14 Oct 2019 12:49:44 +0000
(14:49 +0200)
committer
Schanzenbach, Martin
<mschanzenbach@posteo.de>
Mon, 14 Oct 2019 12:49:44 +0000
(14:49 +0200)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index 51bf2d63dd98495c0edb3126f66f6c478a97d8fa..09d1761001a924e1e7bbd157c94666116e3e2972 100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-12,9
+12,7
@@
endif
if HAVE_EXPERIMENTAL
EXP_DIR = \
rps \
- abd \
- reclaim-attribute \
- reclaim
+ abd
if HAVE_ABE
EXP_DIR += \
abe
@@
-59,6
+57,9
@@
endif
if HAVE_MHD
if HAVE_JSON
REST_DIR = rest
+ RECLAIM_DIR = \
+ reclaim-attribute \
+ reclaim
endif
endif
@@
-121,6
+122,7
@@
SUBDIRS = \
exit \
pt \
secretsharing \
+ $(RECLAIM_DIR) \
$(EXP_DIR) \
integration-tests