summaryrefslogtreecommitdiffstats
path: root/web/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'web/Makefile')
-rw-r--r--web/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/Makefile b/web/Makefile
index bff43078..42a1a84a 100644
--- a/web/Makefile
+++ b/web/Makefile
@@ -1,4 +1,6 @@
all: mod_ptt.c mod_ptt.h
- apxs -I ../include -c mod_ptt.c
+ apxs -I ../include -c mod_ptt.c util_cache.c util_passwd.c util_record.c
cp mod_ptt.so /usr/local/libexec/apache/mod_ptt.so
chmod 775 /usr/local/libexec/apache/mod_ptt.so
+clean:
+ rm -f *.o *.a *.so