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/ \