about summary refs log tree commit diff stats
path: root/linux/Makefile
diff options
context:
space:
mode:
authorStevan Andjelkovic <stevan.andjelkovic@strath.ac.uk>2012-01-04 16:11:47 +0100
committerStevan Andjelkovic <stevan.andjelkovic@strath.ac.uk>2012-01-04 16:11:47 +0100
commit2a45362810ed76e558cd534caa187f7a893fba4e (patch)
tree5d6373bb301b20ed738e0eb5c70d320809db701c /linux/Makefile
parent6266ed650490e2637b801a4b3a7d50512a7cd0a1 (diff)
downloadxombrero-2a45362810ed76e558cd534caa187f7a893fba4e.tar.gz
Some more fixes for autoscroll
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 d258507..986f95c 100644
--- a/linux/Makefile
+++ b/linux/Makefile
@@ -18,7 +18,7 @@ CC?= gcc
 
 all: javascript.h xxxterm
 
-javascript.h: ../js-merge-helper.pl ../hinting.js
+javascript.h: ../js-merge-helper.pl ../hinting.js ../autoscroll.js
 	perl ../js-merge-helper.pl ../hinting.js ../input-focus.js \
 	../autoscroll.js > javascript.h