summaryrefslogblamecommitdiffstats
path: root/web/Makefile
blob: 095610b35e0f6edb10615454b10bbe4ce18f07e5 (plain) (tree)
1
2
3
4
5
6
                           
                                                                                                         
                                                          
                                                      

                          
all:    mod_ptt.c mod_ptt.h
    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:
    rm -f *.o *.a *.so