X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=Makefile;h=a6aae42538f3b4bea88098ec6ca0be384a3d175b;hb=714ae379db9dcb704c04080196a05d13a028f7a4;hp=bf41bccc6f834309590c87ef6b22198defa53daa;hpb=2862f589db08b92c7b1f78fa961aff7354027c0b;p=jquery.git diff --git a/Makefile b/Makefile index bf41bcc..a6aae42 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ COMPILER = ${JS_ENGINE} ${BUILD_DIR}/uglify.js --unsafe POST_COMPILER = ${JS_ENGINE} ${BUILD_DIR}/post-compile.js BASE_FILES = ${SRC_DIR}/core.js\ + ${SRC_DIR}/deferred.js\ ${SRC_DIR}/support.js\ ${SRC_DIR}/data.js\ ${SRC_DIR}/queue.js\