From 6371b64774428e83ff83ada88bda354356718aca Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Mon, 13 Aug 2018 08:51:19 +0200 Subject: fix build; move rest plugins to separate folder --- src/Makefile.am | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 53d157da3..43b1004eb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -65,9 +65,8 @@ if HAVE_POSTGRESQL endif if HAVE_MHD - REST_DIR = rest if HAVE_JSON - JSONAPI_DIR = jsonapi + REST_DIR = rest jsonapi rest-plugins endif endif @@ -82,9 +81,6 @@ SUBDIRS = \ include $(INTLEMU_SUBDIRS) \ util \ gnsrecord \ - $(JSON_DIR) \ - $(REST_DIR) \ - $(JSONAPI_DIR) \ hello \ block \ statistics \ @@ -130,6 +126,8 @@ SUBDIRS = \ exit \ pt \ secretsharing \ + $(JSON_DIR) \ + $(REST_DIR) \ integration-tests \ $(EXP_DIR) -- cgit v1.2.3