X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=Makefile;h=6a71722bece5456a3d71b8b680d1302e2e62e494;hb=63487505c678152e59847e3ab7878ea5f2514dfa;hp=5792bb4782ae594acb4ea6b53921df689eb4143f;hpb=c1625f6b79b2693ea85f2c16349f708ff203773b;p=jquery.git diff --git a/Makefile b/Makefile index 5792bb4..6a71722 100644 --- a/Makefile +++ b/Makefile @@ -24,10 +24,9 @@ BASE_FILES = ${SRC_DIR}/core.js\ ${SRC_DIR}/manipulation.js\ ${SRC_DIR}/css.js\ ${SRC_DIR}/ajax.js\ - ${SRC_DIR}/xhr.js\ - ${SRC_DIR}/transports/jsonp.js\ - ${SRC_DIR}/transports/script.js\ - ${SRC_DIR}/transports/xhr.js\ + ${SRC_DIR}/ajax/jsonp.js\ + ${SRC_DIR}/ajax/script.js\ + ${SRC_DIR}/ajax/xhr.js\ ${SRC_DIR}/effects.js\ ${SRC_DIR}/offset.js\ ${SRC_DIR}/dimensions.js