aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2006-12-31 05:22:06 +0000
committerJohn Resig <jeresig@gmail.com>2006-12-31 05:22:06 +0000
commitc3d8cb0c09c2d7d5f0fc3a78f8b4cef9b0adc640 (patch)
tree4966dd854511d878046c6348a21795dc6f4b9f5e /Makefile
parent370c6d564a295cf7d5ccdcafc1bb66d07d615014 (diff)
downloadjquery-c3d8cb0c09c2d7d5f0fc3a78f8b4cef9b0adc640.tar.gz
jquery-c3d8cb0c09c2d7d5f0fc3a78f8b4cef9b0adc640.zip
Moved the bulk of the selector code out into a separate file, changed the build files to represent this.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9fcdd808a..4fc64b9cc 100644
--- 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