about summary refs log tree commit diff stats
path: root/linux
diff options
context:
space:
mode:
authormarco <marco@conformal.com>2011-11-02 08:50:53 -0500
committermarco <marco@conformal.com>2011-11-02 08:50:53 -0500
commit6033b7cffa0fbbe71664eacd6bb7aa7f04eaf5ed (patch)
tree9559fd888c23c44193c905b0b96c2a5d714edd1e /linux
parentaa8c440c973effa08af9cef45ef101498ccc0324 (diff)
downloadxombrero-6033b7cffa0fbbe71664eacd6bb7aa7f04eaf5ed.tar.gz
make linux and freebsd compile again
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 5bc02e6..2568ad3 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 ../xxxterm.o linux.o
+xxxterm: ../marco.o ../inspector.o ../xxxterm.o linux.o
 	$(CC) $(LDFLAGS) -o $@ $+ $(LDADD)
 
 install: all