X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=Makefile;h=935f69c12ff0c6d0147fa6479b8b2b380b7ff749;hb=f5d4bf8920868c2d1f88cc4f3bfcf85c0b566b2e;hp=0dae73230dd3d6ba57df1af23d83b465cea838ed;hpb=9bd9ebdd73fe0e2d29fadf82947c98adde4023e7;p=jquery.git diff --git a/Makefile b/Makefile index 0dae732..935f69c 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,10 @@ 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}/effects.js\ ${SRC_DIR}/offset.js\ ${SRC_DIR}/dimensions.js