Moved the bulk of the selector code out into a separate file, changed the build files...
[jquery.git] / Makefile
index 9fcdd80..4fc64b9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,7 @@ DIST_DIR = ${PREFIX}/dist
 PLUG_DIR = ../plugins
 
 BASE_FILES = ${SRC_DIR}/jquery/jquery.js\
+       ${SRC_DIR}/selector/selector.js\
        ${SRC_DIR}/event/event.js\
        ${SRC_DIR}/fx/fx.js\
        ${SRC_DIR}/ajax/ajax.js