X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=Makefile;h=bf1b2e7b490b1da992c8ae6f4a87a75f6d4435ba;hb=616aceef84dca3960f6b78680f41bdcf85fa7838;hp=ac14d7ac69474e2ed4d9d5733160269e9ef79a97;hpb=5480cd3fa181a2e105bba3c641ef58723fbd3521;p=jquery.git diff --git a/Makefile b/Makefile index ac14d7a..bf1b2e7 100644 --- a/Makefile +++ b/Makefile @@ -5,9 +5,10 @@ PREFIX = . DIST_DIR = ${PREFIX}/dist BASE_FILES = ${SRC_DIR}/core.js\ + ${SRC_DIR}/support.js\ ${SRC_DIR}/data.js\ + ${SRC_DIR}/queue.js\ ${SRC_DIR}/event.js\ - ${SRC_DIR}/support.js\ ${SRC_DIR}/selector.js\ ${SRC_DIR}/traversing.js\ ${SRC_DIR}/attributes.js\