summaryrefslogtreecommitdiffhomepage
path: root/libcommon/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2021-09-24 11:02:21 +0200
committerRoland Reichwein <mail@reichwein.it>2021-09-24 11:02:21 +0200
commit9a40db34cd48b776023e3558a855458fa4f9d264 (patch)
treeb7458e4702fa01a73adc78c73563590cb8d684f3 /libcommon/Makefile
parent108dec000f813e1ba54dfc2a59a9dfe028cca414 (diff)
webserver version 1.14: Bugfix: URL decode in static files
Diffstat (limited to 'libcommon/Makefile')
-rw-r--r--libcommon/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcommon/Makefile b/libcommon/Makefile
index d3d781d..ddff9fc 100644
--- a/libcommon/Makefile
+++ b/libcommon/Makefile
@@ -10,7 +10,8 @@ PROGSRC=\
file.cpp \
mime.cpp \
stringutil.cpp \
- tempfile.cpp
+ tempfile.cpp \
+ url.cpp
SRC=$(PROGSRC)