diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2006-11-22 09:58:57 +0000 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2006-11-22 09:58:57 +0000 |
commit | a2ab7ef088046c8e3af7e38dabb8746050e97396 (patch) | |
tree | 50fa34da6d55a194e2c424ef246d015772203c6d /Makefile | |
parent | c95283119c423ef2d3ff842edb2797f31aff587c (diff) | |
download | jquery-a2ab7ef088046c8e3af7e38dabb8746050e97396.tar.gz jquery-a2ab7ef088046c8e3af7e38dabb8746050e97396.zip |
Tried to fix make build, PLEASE TEST
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -7,10 +7,10 @@ TEST_DIR = ${PREFIX}/test DIST_DIR = ${PREFIX}/dist PLUG_DIR = ../plugins -BASE_FILES = ${SRC_DIR}/jquery/*\ - ${SRC_DIR}/event/*\ - ${SRC_DIR}/fx/*\ - ${SRC_DIR}/ajax/* +BASE_FILES = ${SRC_DIR}/jquery/jquery.js\ + ${SRC_DIR}/event/event.js\ + ${SRC_DIR}/fx/fx.js\ + ${SRC_DIR}/ajax/ajax.js PLUGINS = ${PLUG_DIR}/button/*\ ${PLUG_DIR}/center/*\ @@ -22,7 +22,9 @@ PLUGINS = ${PLUG_DIR}/button/*\ ${PLUG_DIR}/interface/*\ ${PLUG_DIR}/pager/*\ ${PLUG_DIR}/tablesorter/*\ - ${PLUG_DIR}/tabs/* + ${PLUG_DIR}/tabs/*\ + ${PLUG_DIR}/tooltip/jquery.tooltip.js\ + ${PLUG_DIR}/accordion/jquery.accordion.js MODULES = ${SRC_DIR}/intro.js\ ${BASE_FILES}\ |