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 16:10:31 -0500
committerTodd T. Fries <todd@fries.net>2011-11-01 16:10:31 -0500
commitd831e178524c1f187a96cfdb3738e63e023d6258 (patch)
tree4827a6dce7b5a9372470eea73196db115d6ed340 /Makefile
parente562a275ba9277803a4a6fe89e71545268986a7b (diff)
downloadxombrero-d831e178524c1f187a96cfdb3738e63e023d6258.tar.gz
move some xtp functions over, RB_* prevented all
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9ea2cc1..281ec62 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,11 @@ BINDIR=${PREFIX}/bin
 PROG=xxxterm
 MAN=xxxterm.1
 
-SRCS= whitelist.c inspector.c marco.c xxxterm.c
+SRCS+= xtp.c
+SRCS+= whitelist.c
+SRCS+= inspector.c
+SRCS+= marco.c
+SRCS+= xxxterm.c
 CFLAGS+= -O2
 DEBUG= -ggdb3
 LDADD= -lutil -lgcrypt