summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTimotej S <6674623+underhood@users.noreply.github.com>2021-01-19 09:41:35 +0100
committerGitHub <noreply@github.com>2021-01-19 09:41:35 +0100
commita65193925e6ba5fe67aa57024353d403d5abb144 (patch)
treebddf2aded3bee2f78c359be0b0d317d97354f7c2 /configure.ac
parentec7134de74224b915d0b07c9a513eeba2aedd8f0 (diff)
Move ACLK Legacy into a subfolder (#10265)
* move all legacy ACLK into a subfolder to make space for ACLK-NG
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 30bf4898d6..252cd3dd30 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1615,7 +1615,7 @@ AC_CONFIG_FILES([
web/server/Makefile
web/server/static/Makefile
claim/Makefile
- aclk/Makefile
+ aclk/legacy/Makefile
spawn/Makefile
parser/Makefile
])