X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=Makefile;h=8b873e78e968ba1b91272f93c80f6c7a6d9272f2;hb=7c04a64016c1f295dfdf4e731f693f8400a987bc;hp=246a63fa3fbb3ecfde4a67e7879a988d1a01a913;hpb=2c31a1624f72df3987cd1d0d3605c359658986e5;p=jquery.git diff --git a/Makefile b/Makefile index 246a63f..8b873e7 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,9 @@ PLUG_DIR = ../plugins BASE_FILES = ${SRC_DIR}/core.js\ ${SRC_DIR}/data.js\ ${SRC_DIR}/selector.js\ + ${SRC_DIR}/traversing.js\ + ${SRC_DIR}/attributes.js\ + ${SRC_DIR}/manipulation.js\ ${SRC_DIR}/event.js\ ${SRC_DIR}/support.js\ ${SRC_DIR}/ajax.js\