From bee208bcd6803829aa26c55a4c8e176a5f2c815f Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Mon, 2 May 2016 16:32:36 +0000 Subject: - Refactor jsonapi into separate module --- src/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 5244c795d..c2e6fd64e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,6 +16,7 @@ if HAVE_EXPERIMENTAL rps \ $(CONSENSUS) \ $(SECRETSHARING) + endif if HAVE_REST @@ -51,6 +52,9 @@ endif if HAVE_REST REST_DIR = rest +if HAVE_JSON + JSONAPI_DIR = jsonapi +endif endif if TALER_ONLY @@ -63,6 +67,7 @@ SUBDIRS = \ include $(INTLEMU_SUBDIRS) \ util \ $(JSON_DIR) \ + $(JSONAPI_DIR) \ $(REST_DIR) \ hello \ tun \ -- cgit v1.2.3