X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=Makefile;h=9fcdd808af7f744bc929a9de77f226102cd3fa71;hb=a2ab7ef088046c8e3af7e38dabb8746050e97396;hp=b0351cc33658f5b931ee6970e6aa0f59bf61691f;hpb=78ed830b9bd48e2fd5349854d40c4bef0d907caa;p=jquery.git diff --git a/Makefile b/Makefile index b0351cc..9fcdd80 100644 --- a/Makefile +++ b/Makefile @@ -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}\