Merge branch 'js/maint-add-path-stat-pwd' into maint
[gitweb.git] / gitweb / Makefile
index 0baa9df9f65a2db85d5265847c653b35dd3d9e80..5d20515fba9251123e29be623178047d4131fc01 100644 (file)
@@ -117,7 +117,10 @@ GITWEB_FILES += static/git-logo.png static/git-favicon.png
 # js/lib/common-lib.js should be always first, then js/lib/*.js,
 # then the rest of files; js/gitweb.js should be last (if it exists)
 GITWEB_JSLIB_FILES += static/js/lib/common-lib.js
+GITWEB_JSLIB_FILES += static/js/lib/datetime.js
+GITWEB_JSLIB_FILES += static/js/lib/cookies.js
 GITWEB_JSLIB_FILES += static/js/javascript-detection.js
+GITWEB_JSLIB_FILES += static/js/adjust-timezone.js
 GITWEB_JSLIB_FILES += static/js/blame_incremental.js