about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2011-11-02 13:45:12 -0500
committerMarco Peereboom <marco@conformal.com>2011-11-02 13:45:12 -0500
commiteaf0a2b218ce43104538559bb9c772d511ce68ad (patch)
treefb42b14a51e5123cdc324bbfab2329ef4a53d4b5 /Makefile
parent1e2fb8e373c651d2cca8c1e00ec4a60f8b1752d8 (diff)
downloadxombrero-eaf0a2b218ce43104538559bb9c772d511ce68ad.tar.gz
More file splits
Add whitelist and settings files.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9e5c31b..0036495 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ BINDIR=${PREFIX}/bin
 PROG=xxxterm
 MAN=xxxterm.1
 
-SRCS= inspector.c marco.c about.c xxxterm.c
+SRCS= inspector.c marco.c about.c whitelist.c settings.c xxxterm.c
 CFLAGS+= -O2
 DEBUG= -ggdb3
 LDADD= -lutil -lgcrypt