From 65dbd214b80664872f6514fdd663a30e405a6ad6 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Wed, 18 Oct 2023 15:15:05 +0200 Subject: BUILD: Move identity/rest components to service/rest-plugin --- src/Makefile.am | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index cf40834b6..757d2c1c1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,18 +9,15 @@ CONVERSATION_DIR = conversation endif endif -REST_DIR = rest - - SUBDIRS = \ include $(INTLEMU_SUBDIRS) \ lib \ plugin \ service \ + rest-plugin \ cli \ contrib \ statistics \ - $(REST_DIR) \ datacache \ datastore \ template \ @@ -34,7 +31,6 @@ SUBDIRS = \ topology \ regex \ dns \ - identity \ namecache \ namestore \ cadet \ -- cgit v1.2.3