X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=6a71722bece5456a3d71b8b680d1302e2e62e494;hp=cf985549b5709538aa87ae9e349c75b1c069ff85;hb=c43b078c6911027fd4124d542446ad0098662f6a;hpb=e56de77df90e50b9999a02e57241b1cf498b0fe4 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