aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMarkus Teich <teichm@fs.tum.de>2017-01-12 17:29:25 +0100
committerMarkus Teich <teichm@fs.tum.de>2017-01-12 17:29:25 +0100
commit84dc6a3184d951d6b5f49e3075022a6e5895b716 (patch)
treeff4af69edf42117d1469a8af334926f4dcda7711 /src/Makefile.am
parent220d336ce3bcb6444b090914a7ee72a32c915414 (diff)
downloadgnunet-84dc6a3184d951d6b5f49e3075022a6e5895b716.tar.gz
gnunet-84dc6a3184d951d6b5f49e3075022a6e5895b716.zip
include json dependency
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c6f320ae4..56f301ac0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -60,6 +60,10 @@ if HAVE_JSON
60endif 60endif
61endif 61endif
62 62
63if HAVE_JSON
64 AUCTION_DIR = auction
65endif
66
63if TALER_ONLY 67if TALER_ONLY
64SUBDIRS = \ 68SUBDIRS = \
65 include \ 69 include \
@@ -122,7 +126,7 @@ SUBDIRS = \
122 psycstore \ 126 psycstore \
123 psyc \ 127 psyc \
124 social \ 128 social \
125 auction \ 129 $(AUCTION_DIR) \
126 $(EXP_DIR) \ 130 $(EXP_DIR) \
127 $(PROVIDER_DIR) 131 $(PROVIDER_DIR)
128 132