summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-05-03 12:14:26 +0200
committerRoland Reichwein <mail@reichwein.it>2020-05-03 12:14:26 +0200
commitf60f8e469cf8c2aff2cf62e42a46ad806e663d41 (patch)
tree8d494378d262cfe5d187b5c083ace9b19d6ed411 /Makefile
parentf983e1f2beec4a8debf396cc15a4f0cd2be0f8d4 (diff)
Fix Makefile: file list
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e8b88a3..5734b12 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \