diff options
author | Stevan Andjelkovic <stevan.andjelkovic@strath.ac.uk> | 2012-01-03 23:02:20 +0100 |
---|---|---|
committer | Stevan Andjelkovic <stevan.andjelkovic@strath.ac.uk> | 2012-01-03 23:02:20 +0100 |
commit | cfd919ea2eb2fcfca2f2759cde43b1aeec539d84 (patch) | |
tree | 8e8ff7b721c362c7bd5408bdf0cb9c381bea4e47 /linux | |
parent | 70d1199aecf94acc6658f95884db5d64bcb3a443 (diff) | |
download | xombrero-cfd919ea2eb2fcfca2f2759cde43b1aeec539d84.tar.gz |
Favicons for compact tab + autoscroll
FS#214 and #144. Thanks to Stefan Bolte (dwb browser) for relicensing his javascript code for autoscroll! ok marco@
Diffstat (limited to 'linux')
-rw-r--r-- | linux/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/Makefile b/linux/Makefile index 077c8a1..d258507 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -19,8 +19,8 @@ CC?= gcc all: javascript.h xxxterm javascript.h: ../js-merge-helper.pl ../hinting.js - perl ../js-merge-helper.pl ../hinting.js ../input-focus.js > \ - javascript.h + perl ../js-merge-helper.pl ../hinting.js ../input-focus.js \ + ../autoscroll.js > javascript.h xxxterm: $(OBJS) $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $+ $(LDADD) |