Revision 1.2 |
Revision 1.4 |
Line 2 |
Line 2 |
cow_SOURCES = cgi.c config.l cow.c depot.c hand.c logs.c mime.c request.c \ response.c utl.c cgi.h cow.h cow_config.h defines.h \ http_message.h logs.h mime.h pmsg.h request.h response.h \ 
|
cow_SOURCES = cgi.c config.l cow.c depot.c hand.c logs.c mime.c request.c \ response.c utl.c cgi.h cow.h cow_config.h defines.h \ http_message.h logs.h mime.h pmsg.h request.h response.h \ 
|
schedule.h utl.h
sysconf_DATA = cow.conf
EXTRA_DIST = cow.conf
|
schedule.h utl.h buff.c buff.h
sysconf_DATA = cow.conf.sample
EXTRA_DIST = cow.conf.sample
|
# Build Pth and link it statically SUBDIRS = pth
|
# Build Pth and link it statically SUBDIRS = pth
|
Line 14 |
Line 14 |
# test -f $(distdir)/etc/cow.conf && cp cow.conf $(distdir)/etc/cow.conf.new || true # test -f $(distdir)/etc/cow.conf || cp cow.conf $(distdir)/etc/cow.conf || true
|
# test -f $(distdir)/etc/cow.conf && cp cow.conf $(distdir)/etc/cow.conf.new || true # test -f $(distdir)/etc/cow.conf || cp cow.conf $(distdir)/etc/cow.conf || true
|