diff options
author | marco <marco@conformal.com> | 2011-11-02 08:11:58 -0500 |
---|---|---|
committer | marco <marco@conformal.com> | 2011-11-02 08:11:58 -0500 |
commit | caea0e67031a479501c4388fa8b781fcf01b49d4 (patch) | |
tree | 3406539d22495fd0da28ab608b8e455974a50fa8 /Makefile | |
parent | d831e178524c1f187a96cfdb3738e63e023d6258 (diff) | |
download | xombrero-caea0e67031a479501c4388fa8b781fcf01b49d4.tar.gz |
Revert "move some xtp functions over, RB_* prevented all"
This reverts commit d831e178524c1f187a96cfdb3738e63e023d6258.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile index 281ec62..9ea2cc1 100644 --- a/Makefile +++ b/Makefile @@ -4,11 +4,7 @@ BINDIR=${PREFIX}/bin PROG=xxxterm MAN=xxxterm.1 -SRCS+= xtp.c -SRCS+= whitelist.c -SRCS+= inspector.c -SRCS+= marco.c -SRCS+= xxxterm.c +SRCS= whitelist.c inspector.c marco.c xxxterm.c CFLAGS+= -O2 DEBUG= -ggdb3 LDADD= -lutil -lgcrypt |