diff options
author | Marco Peereboom <marco@conformal.com> | 2011-11-02 13:47:24 -0500 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2011-11-02 13:47:24 -0500 |
commit | 42bac51eaa29d140d7fcb652aa5902cf37ad144b (patch) | |
tree | 02a7a223ea2e5cb0ed1b54dbfe2b0beb0d40dfbc /linux | |
parent | eaf0a2b218ce43104538559bb9c772d511ce68ad (diff) | |
download | xombrero-42bac51eaa29d140d7fcb652aa5902cf37ad144b.tar.gz |
catch up
Diffstat (limited to 'linux')
-rw-r--r-- | linux/Makefile | 2 |
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 |