diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-05-03 12:14:26 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-05-03 12:14:26 +0200 |
commit | f60f8e469cf8c2aff2cf62e42a46ad806e663d41 (patch) | |
tree | 8d494378d262cfe5d187b5c083ace9b19d6ed411 | |
parent | f983e1f2beec4a8debf396cc15a4f0cd2be0f8d4 (diff) |
Fix Makefile: file list
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -233,6 +233,9 @@ DISTFILES= \ plugins/weblog/stringutil.cpp \ plugins/weblog/Makefile \ plugins/weblog/weblog.cpp \ + plugins/redirect/Makefile \ + plugins/redirect/redirect.h \ + plugins/redirect/redirect.cpp \ plugins/static-files/static-files.h \ plugins/static-files/static-files.cpp \ plugins/static-files/Makefile \ |