about summary refs log tree commit diff stats
path: root/linux
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2011-11-02 10:43:41 -0500
committerMarco Peereboom <marco@conformal.com>2011-11-02 10:43:41 -0500
commite1becca5e8edb5857560ff505037d877aa28bd70 (patch)
tree368d332f82d014eff901a1bc9bfe5582e039ad95 /linux
parent24e9dcdc2400b3ff80cbe0ae848b9081bcbb19e3 (diff)
downloadxombrero-e1becca5e8edb5857560ff505037d877aa28bd70.tar.gz
catch up on new files
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 2568ad3..697dc75 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 ../inspector.o ../xxxterm.o linux.o
+xxxterm: ../marco.o ../about.o ../inspector.o ../xxxterm.o linux.o
 	$(CC) $(LDFLAGS) -o $@ $+ $(LDADD)
 
 install: all