aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authorgoodale <goodale@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2000-09-18 21:44:02 +0000
committergoodale <goodale@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2000-09-18 21:44:02 +0000
commit713755db4ba19ad39ef8593f8592a45cf3a53609 (patch)
tree0f8a60378a0e4395656387e193d0ab25651d7440 /src/make.code.defn
parent3969eb0efd59f2942493ed273e82ba63bfe5cc3a (diff)
Cookies.
These can be used to track the state of a users session, e.g. refresh data, watched vars, preferences, ... Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@46 1faa4e14-9dd3-4be0-9f0e-ffe519881164
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 =