Skip to content

Commit

Permalink
Fixed a problem with the Makefile, fx wasn't being included in the bu…
Browse files Browse the repository at this point in the history
…ild.
  • Loading branch information
jeresig committed Feb 15, 2007
1 parent 4434b5a commit 5c9fadb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Expand Up @@ -10,9 +10,8 @@ PLUG_DIR = ../plugins
BASE_FILES = ${SRC_DIR}/jquery/jquery.js\ BASE_FILES = ${SRC_DIR}/jquery/jquery.js\
${SRC_DIR}/selector/selector.js\ ${SRC_DIR}/selector/selector.js\
${SRC_DIR}/event/event.js\ ${SRC_DIR}/event/event.js\
${SRC_DIR}/ajax/ajax.js ${SRC_DIR}/ajax/ajax.js\
#${SRC_DIR}/fx/fx.js\ ${SRC_DIR}/fx/fx.js
#${SRC_DIR}/ajax/ajax.js


PLUGINS = ${PLUG_DIR}/button/*\ PLUGINS = ${PLUG_DIR}/button/*\
${PLUG_DIR}/center/*\ ${PLUG_DIR}/center/*\
Expand Down

0 comments on commit 5c9fadb

Please sign in to comment.