diff options
author | Marco Peereboom <marco@conformal.com> | 2011-11-11 16:02:40 -0600 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2011-11-11 16:02:40 -0600 |
commit | 3064c813243486cad0bfd9cc513062f5a6f6f9ef (patch) | |
tree | 39a1cec364e3f98b3013d9dcc330b36450e7f1a4 /Makefile | |
parent | 1e1705bc7fcbc4086e607c9ab2b0415b126351f8 (diff) | |
download | xombrero-3064c813243486cad0bfd9cc513062f5a6f6f9ef.tar.gz |
Move focus stuff into it's own file.
This will enable us to support webkit 1.2 as well.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 169a778..cda17c2 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,8 @@ BINDIR=${PREFIX}/bin PROG=xxxterm MAN=xxxterm.1 -SRCS= cookie.c 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 inputfocus.c +SRCS+= xxxterm.c CFLAGS+= -O2 -Wall -Wno-format-extra-args -Wunused CFLAGS+= -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-sign-compare DEBUG= -ggdb3 |