diff options
author | Marco Peereboom <marco@conformal.com> | 2011-11-02 13:45:12 -0500 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2011-11-02 13:45:12 -0500 |
commit | eaf0a2b218ce43104538559bb9c772d511ce68ad (patch) | |
tree | fb42b14a51e5123cdc324bbfab2329ef4a53d4b5 /Makefile | |
parent | 1e2fb8e373c651d2cca8c1e00ec4a60f8b1752d8 (diff) | |
download | xombrero-eaf0a2b218ce43104538559bb9c772d511ce68ad.tar.gz |
More file splits
Add whitelist and settings files.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
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 |