about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2012-01-23 15:50:27 -0600
committerMarco Peereboom <marco@conformal.com>2012-01-23 15:50:27 -0600
commite06cc87d7b4d9c7a02a730bfd9f701bbdc7939ef (patch)
tree7be226e1dd81289cdaf1f914dc14dba1769cb359 /Makefile
parentee4e2f2e4beacb8bd4257acaeaffa942875609e3 (diff)
downloadxombrero-e06cc87d7b4d9c7a02a730bfd9f701bbdc7939ef.tar.gz
fixup <> includes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d352672..ac9d824 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ SRCS= cookie.c inspector.c marco.c about.c whitelist.c settings.c inputfocus.c
 SRCS+= history.c completion.c tldlist.c externaleditor.c xxxterm.c
 CFLAGS+= -O2 -Wall -Wno-format-extra-args -Wunused
 CFLAGS+= -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-sign-compare
-CFLAGS+= -I.
+CFLAGS+= -I. -I${.CURDIR}
 DEBUG= -ggdb3
 LDADD= -lutil -lgcrypt
 LIBS+= gtk+-2.0