Removed the trailing endline from the version.
[jquery.git] / Makefile
index 246a63f..95e3769 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,9 +10,13 @@ PLUG_DIR = ../plugins
 
 BASE_FILES = ${SRC_DIR}/core.js\
        ${SRC_DIR}/data.js\
-       ${SRC_DIR}/selector.js\
        ${SRC_DIR}/event.js\
        ${SRC_DIR}/support.js\
+       ${SRC_DIR}/selector.js\
+       ${SRC_DIR}/traversing.js\
+       ${SRC_DIR}/attributes.js\
+       ${SRC_DIR}/manipulation.js\
+       ${SRC_DIR}/css.js\
        ${SRC_DIR}/ajax.js\
        ${SRC_DIR}/fx.js\
        ${SRC_DIR}/offset.js\