about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authormarco <marco@conformal.com>2011-11-02 17:46:44 -0500
committermarco <marco@conformal.com>2011-11-02 17:46:44 -0500
commit495b08e32d7e55f2e77295269f457eeb9caae676 (patch)
tree469b37260804594564bf92872ee3c5a4c8d46799 /Makefile
parentaceea683ab3a019002265bd41d50874a5493ad97 (diff)
downloadxombrero-495b08e32d7e55f2e77295269f457eeb9caae676.tar.gz
move cookies to own file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0036495..e7d3d1f 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ BINDIR=${PREFIX}/bin
 PROG=xxxterm
 MAN=xxxterm.1
 
-SRCS= inspector.c marco.c about.c whitelist.c settings.c xxxterm.c
+SRCS= cookie.c inspector.c marco.c about.c whitelist.c settings.c xxxterm.c
 CFLAGS+= -O2
 DEBUG= -ggdb3
 LDADD= -lutil -lgcrypt