diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c1c708aa6..b16792e15 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,19 +11,17 @@ endif if HAVE_EXPERIMENTAL EXP_DIR = \ - rps + rps \ + credential \ + reclaim-attribute \ + reclaim if HAVE_ABE -if HAVE_JSON EXP_DIR += \ - abe \ - credential \ - reclaim-attribute \ - reclaim -endif + abe \ endif if HAVE_JSON EXP_DIR += \ - auction + auction endif endif |