X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=js%2FMakefile;h=f776451fba3bb46358fd28cb34dbc5811639dcf2;hb=ee04fdaabee52dbda76b7368026a251d5f9c884f;hp=f8f2f2833fb0508aa0750471585764f8837b0bb4;hpb=0447be1b59496ca4266226ed52d264009cf41899;p=Rakka.git diff --git a/js/Makefile b/js/Makefile index f8f2f28..f776451 100644 --- a/js/Makefile +++ b/js/Makefile @@ -1,5 +1,5 @@ JQUERY_SOURCE = jquery-1.2.2.js -COMPRESSOR = yuicompressor-2.2.5.jar +COMPRESSOR = yuicompressor-2.3.5.jar SOURCES = \ $(JQUERY_SOURCE) \ @@ -11,6 +11,9 @@ SOURCES = \ login.js \ redirection.js \ screen.js \ + search.js \ + systemConfig.js \ + uri.js \ $(NULL) COMPRESS = java -jar $(COMPRESSOR) --type js --charset UTF-8