about summary refs log tree commit diff stats
path: root/linux
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2011-11-02 13:47:24 -0500
committerMarco Peereboom <marco@conformal.com>2011-11-02 13:47:24 -0500
commit42bac51eaa29d140d7fcb652aa5902cf37ad144b (patch)
tree02a7a223ea2e5cb0ed1b54dbfe2b0beb0d40dfbc /linux
parenteaf0a2b218ce43104538559bb9c772d511ce68ad (diff)
downloadxombrero-42bac51eaa29d140d7fcb652aa5902cf37ad144b.tar.gz
catch up
Diffstat (limited to 'linux')
-rw-r--r--linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Makefile b/linux/Makefile
index 697dc75..b51c0c6 100644
--- a/linux/Makefile
+++ b/linux/Makefile
@@ -18,7 +18,7 @@ javascript.h: ../js-merge-helper.pl ../hinting.js
 
 xxxterm.o: javascript.h
 
-xxxterm: ../marco.o ../about.o ../inspector.o ../xxxterm.o linux.o
+xxxterm: ../whitelist.c ../settings.c ../marco.o ../about.o ../inspector.o ../xxxterm.o linux.o
 	$(CC) $(LDFLAGS) -o $@ $+ $(LDADD)
 
 install: all