summaryrefslogtreecommitdiffstats
path: root/web/Makefile
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-03-31 14:26:48 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-03-31 14:26:48 +0800
commit29d2582b1e2d07e8294011266961d378e0455c4e (patch)
tree7275d713a49dfeaf19cdf6ad551e12e2cfc96c7e /web/Makefile
parente33b568ac6faff6395e49aa2f31e34624de6175e (diff)
downloadpttbbs-29d2582b1e2d07e8294011266961d378e0455c4e.tar
pttbbs-29d2582b1e2d07e8294011266961d378e0455c4e.tar.gz
pttbbs-29d2582b1e2d07e8294011266961d378e0455c4e.tar.bz2
pttbbs-29d2582b1e2d07e8294011266961d378e0455c4e.tar.lz
pttbbs-29d2582b1e2d07e8294011266961d378e0455c4e.tar.xz
pttbbs-29d2582b1e2d07e8294011266961d378e0455c4e.tar.zst
pttbbs-29d2582b1e2d07e8294011266961d378e0455c4e.zip
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@753 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'web/Makefile')
-rw-r--r--web/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/Makefile b/web/Makefile
index 42a1a84a..095610b3 100644
--- a/web/Makefile
+++ b/web/Makefile
@@ -1,5 +1,5 @@
all: mod_ptt.c mod_ptt.h
- apxs -I ../include -c mod_ptt.c util_cache.c util_passwd.c util_record.c
+ apxs -I ../include -c mod_ptt.c ../util/util_cache.c ../util/util_passwd.c ../util/util_record.c
cp mod_ptt.so /usr/local/libexec/apache/mod_ptt.so
chmod 775 /usr/local/libexec/apache/mod_ptt.so
clean: