]> source.dussan.org Git - jquery.git/commitdiff
Fixed a problem with the Makefile, fx wasn't being included in the build.
authorJohn Resig <jeresig@gmail.com>
Thu, 15 Feb 2007 18:01:00 +0000 (18:01 +0000)
committerJohn Resig <jeresig@gmail.com>
Thu, 15 Feb 2007 18:01:00 +0000 (18:01 +0000)
Makefile

index f3f2688932f41740cb47b0a5d678053f42fba99a..eac1648ee1c2d915746f07fabeffbb37f2a49f92 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,9 +10,8 @@ PLUG_DIR = ../plugins
 BASE_FILES = ${SRC_DIR}/jquery/jquery.js\
        ${SRC_DIR}/selector/selector.js\
        ${SRC_DIR}/event/event.js\
-       ${SRC_DIR}/ajax/ajax.js
-       #${SRC_DIR}/fx/fx.js\
-       #${SRC_DIR}/ajax/ajax.js
+       ${SRC_DIR}/ajax/ajax.js\
+       ${SRC_DIR}/fx/fx.js
 
 PLUGINS = ${PLUG_DIR}/button/*\
        ${PLUG_DIR}/center/*\