aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index fcc4c5d..65d2b04 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -13,7 +13,14 @@ STEERING_SRC = Steer.c
AUTHENTICATION_SRC = Authorisation.c base64.c
-SRCS = $(MISC_SRC) $(SERVER_SRC) $(CONTENT_SRC) $(STEERING_SRC) $(AUTHENTICATION_SRC)
+COOKIES_SRC = Cookies.c
+
+SRCS = $(MISC_SRC) \
+ $(SERVER_SRC) \
+ $(CONTENT_SRC) \
+ $(STEERING_SRC) \
+ $(AUTHENTICATION_SRC) \
+ $(COOKIES_SRC)
# Subdirectories containing source files
SUBDIRS =