Revision 1.1 |
Revision 1.5 |
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
|
|
cow_CFLAGS = $(PTH_CFLAGS)
cow_LDFLAGS = $(PTH_LDFLAGS)
cow_LIBS = $(PTH_LIBS)
|
# Build Pth and link it statically SUBDIRS = pth
|
# Build Pth and link it statically SUBDIRS = pth
|
cow_LDFLAGS = -static
|
|
#dist-hook: # test -d $(distdir)/etc || mkdir $(distdir)/etc # 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
|
#dist-hook: # test -d $(distdir)/etc || mkdir $(distdir)/etc # 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
|