X-Git-Url: https://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=js%2FMakefile;h=f776451fba3bb46358fd28cb34dbc5811639dcf2;hb=ee04fdaabee52dbda76b7368026a251d5f9c884f;hp=637f7d1c72ea45959237bbafc3d9518cd1f582ae;hpb=529f792d338c75910079903e143d4dd21bd806c3;p=Rakka.git diff --git a/js/Makefile b/js/Makefile index 637f7d1..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) \ @@ -12,6 +12,7 @@ SOURCES = \ redirection.js \ screen.js \ search.js \ + systemConfig.js \ uri.js \ $(NULL)