X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=Makefile;h=36bd11cff5390dc8ce279e5ad22da663c70d28ec;hb=cff37cc83559586d3cc514d620880f2d9103fae9;hp=3ca4c3b5ab0fe3cf85912948b0be235be7826865;hpb=f354e85af6a66b94e680c5406866de2137ab95e6;p=jquery.git diff --git a/Makefile b/Makefile index 3ca4c3b..36bd11c 100644 --- a/Makefile +++ b/Makefile @@ -9,11 +9,14 @@ SPEED_DIR = ${PREFIX}/speed PLUG_DIR = ../plugins BASE_FILES = ${SRC_DIR}/core.js\ + ${SRC_DIR}/data.js\ + ${SRC_DIR}/support.js\ ${SRC_DIR}/selector.js\ ${SRC_DIR}/event.js\ ${SRC_DIR}/ajax.js\ ${SRC_DIR}/fx.js\ - ${SRC_DIR}/offset.js + ${SRC_DIR}/offset.js\ + ${SRC_DIR}/dimensions.js PLUGINS = ${PLUG_DIR}/button/*\ ${PLUG_DIR}/center/*\