about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorTodd T. Fries <todd@fries.net>2011-11-01 14:46:27 -0500
committerTodd T. Fries <todd@fries.net>2011-11-01 14:46:27 -0500
commit88cebe658f153bdfd92fc885cc18fb2a87101795 (patch)
tree5ef47c79499c0d0858d42e39ba60f06af5debf91 /Makefile
parente9113922584a76a7f742116c9928033aba057acc (diff)
downloadxombrero-88cebe658f153bdfd92fc885cc18fb2a87101795.tar.gz
sort whitelist stuff into whitelist.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 92d3adc..9ea2cc1 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ BINDIR=${PREFIX}/bin
 PROG=xxxterm
 MAN=xxxterm.1
 
-SRCS= xxxterm.c inspector.c marco.c
+SRCS= whitelist.c inspector.c marco.c xxxterm.c
 CFLAGS+= -O2
 DEBUG= -ggdb3
 LDADD= -lutil -lgcrypt