diff options
author | John Resig <jeresig@gmail.com> | 2007-02-15 18:01:00 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2007-02-15 18:01:00 +0000 |
commit | 5c9fadbc5da45edddf34474ec6a1553c5b6ac978 (patch) | |
tree | a751df96aefaa50813f8b6bebb6f3307d06ecb55 /Makefile | |
parent | 4434b5ae65bd3ecb9ea5b7e6a56d5b714748de90 (diff) | |
download | jquery-5c9fadbc5da45edddf34474ec6a1553c5b6ac978.tar.gz jquery-5c9fadbc5da45edddf34474ec6a1553c5b6ac978.zip |
Fixed a problem with the Makefile, fx wasn't being included in the build.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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/*\ |