Added the new jQuery.support object and removed all uses of jQuery.browser from withi...
[jquery.git] / Makefile
index 0f8187b..c3a16b9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,11 +9,13 @@ SPEED_DIR = ${PREFIX}/speed
 PLUG_DIR = ../plugins
 
 BASE_FILES = ${SRC_DIR}/core.js\
+       ${SRC_DIR}/support.js\
        ${SRC_DIR}/selector.js\
        ${SRC_DIR}/event.js\
        ${SRC_DIR}/ajax.js\
        ${SRC_DIR}/fx.js\
-       ${SRC_DIR}/offset.js
+       ${SRC_DIR}/offset.js\
+       ${SRC_DIR}/dimensions.js
 
 PLUGINS = ${PLUG_DIR}/button/*\
        ${PLUG_DIR}/center/*\
@@ -150,7 +152,7 @@ speed: ${JQ}
        @@cp -f ${BUILD_DIR}/speed/index.html ${SPEED_DIR}
        @@cp -f ${BUILD_DIR}/speed/benchmarker.css ${SPEED_DIR}
        @@cp -f ${BUILD_DIR}/speed/benchmarker.js ${SPEED_DIR}
-       @@cp -f ${BUILD_DIR}/speed/jquery-1.1.2.js ${SPEED_DIR}
+       @@cp -f ${BUILD_DIR}/speed/jquery-basis.js ${SPEED_DIR}
 
        @@echo "Speed Test Suite Built"
        @@echo