about summary refs log tree commit diff stats
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
parenteaf0a2b218ce43104538559bb9c772d511ce68ad (diff)
downloadxombrero-42bac51eaa29d140d7fcb652aa5902cf37ad144b.tar.gz
catch up
-rw-r--r--freebsd/Makefile6
-rw-r--r--linux/Makefile2
2 files changed, 6 insertions, 2 deletions
diff --git a/freebsd/Makefile b/freebsd/Makefile
index a43989f..6222380 100644
--- a/freebsd/Makefile
+++ b/freebsd/Makefile
@@ -23,13 +23,17 @@ xxxterm.o: ../xxxterm.o
 
 marco.o: ../marco.o
 
+whitelist.o: ../whitelist.o
+
+settings.o: ../settings.o
+
 about.o: ../about.o
 
 inspector.o: ../inspector.o
 
 ../xxxterm.o: ../javascript.h
 
-xxxterm: xxxterm.o freebsd.o marco.o about.o inspector.o
+xxxterm: xxxterm.o freebsd.o marco.o about.o inspector.o whitelist.o settings.o
 	$(CC) $(LDFLAGS) -o $@ *.o $+ $(LDADD)
 
 install: all
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