X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=js%2FMakefile;h=637f7d1c72ea45959237bbafc3d9518cd1f582ae;hb=529f792d338c75910079903e143d4dd21bd806c3;hp=63477dd7bab4bae8ac88cde27c5a886f1b06a6ff;hpb=89c3c6ff37517012b5a799014c5a6d05d3e2e902;p=Rakka.git diff --git a/js/Makefile b/js/Makefile index 63477dd..637f7d1 100644 --- a/js/Makefile +++ b/js/Makefile @@ -1,5 +1,5 @@ -JQUERY_SOURCE = jquery-1.2.1.js -COMPRESSOR = yuicompressor-2.2.4.jar +JQUERY_SOURCE = jquery-1.2.2.js +COMPRESSOR = yuicompressor-2.2.5.jar SOURCES = \ $(JQUERY_SOURCE) \ @@ -11,6 +11,8 @@ SOURCES = \ login.js \ redirection.js \ screen.js \ + search.js \ + uri.js \ $(NULL) COMPRESS = java -jar $(COMPRESSOR) --type js --charset UTF-8