X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=Makefile;h=6a71722bece5456a3d71b8b680d1302e2e62e494;hb=63487505c678152e59847e3ab7878ea5f2514dfa;hp=cf985549b5709538aa87ae9e349c75b1c069ff85;hpb=981d1e08eb00f4b5c29ad1f3977a45e30c93ad70;p=jquery.git diff --git a/Makefile b/Makefile index cf98554..6a71722 100644 --- a/Makefile +++ b/Makefile @@ -24,9 +24,9 @@ BASE_FILES = ${SRC_DIR}/core.js\ ${SRC_DIR}/manipulation.js\ ${SRC_DIR}/css.js\ ${SRC_DIR}/ajax.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