From 0b414c6fff8b5d389ecb67562b471689f7833c21 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Thu, 15 Oct 2020 11:22:00 +0100 Subject: [PATCH] Build and distribute plugins dir. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8f55ca57..b76e8287 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ include config.mk -DIRS=lib apps client src +DIRS=lib apps client plugins src DOCDIRS=man DISTDIRS=man DISTFILES= \ @@ -8,11 +8,13 @@ DISTFILES= \ client/ \ deps/ \ examples/ \ + include/ \ installer/ \ lib/ \ logo/ \ man/ \ misc/ \ + plugins/ \ security/ \ service/ \ src/ \