diff options
author | marco <marco@conformal.com> | 2011-11-02 17:46:44 -0500 |
---|---|---|
committer | marco <marco@conformal.com> | 2011-11-02 17:46:44 -0500 |
commit | 495b08e32d7e55f2e77295269f457eeb9caae676 (patch) | |
tree | 469b37260804594564bf92872ee3c5a4c8d46799 /Makefile | |
parent | aceea683ab3a019002265bd41d50874a5493ad97 (diff) | |
download | xombrero-495b08e32d7e55f2e77295269f457eeb9caae676.tar.gz |
move cookies to own file
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
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 |