Split the queue code out from data.js into a dedicated queue.js file (also split...
[jquery.git] / Makefile
index ac14d7a..a57b3c0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ DIST_DIR = ${PREFIX}/dist
 
 BASE_FILES = ${SRC_DIR}/core.js\
        ${SRC_DIR}/data.js\
+       ${SRC_DIR}/queue.js\
        ${SRC_DIR}/event.js\
        ${SRC_DIR}/support.js\
        ${SRC_DIR}/selector.js\