about summary refs log tree commit diff stats
path: root/linux/Makefile
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/Makefile
parent24e9dcdc2400b3ff80cbe0ae848b9081bcbb19e3 (diff)
downloadxombrero-e1becca5e8edb5857560ff505037d877aa28bd70.tar.gz
catch up on new files
Diffstat (limited to 'linux/Makefile')
-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
'#n3'>3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25