aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2006-11-22 09:58:57 +0000
committerJörn Zaefferer <joern.zaefferer@gmail.com>2006-11-22 09:58:57 +0000
commita2ab7ef088046c8e3af7e38dabb8746050e97396 (patch)
tree50fa34da6d55a194e2c424ef246d015772203c6d /Makefile
parentc95283119c423ef2d3ff842edb2797f31aff587c (diff)
downloadjquery-a2ab7ef088046c8e3af7e38dabb8746050e97396.tar.gz
jquery-a2ab7ef088046c8e3af7e38dabb8746050e97396.zip
Tried to fix make build, PLEASE TEST
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index b0351cc33..9fcdd808a 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}\